scapy icon indicating copy to clipboard operation
scapy copied to clipboard

Add support for MPTCP

Open RuiCunhaM opened this issue 4 years ago • 0 comments

Add support for MPTCP as described in RFC 8684.

I've already implemented the dissection of the options for a personal use case, and I would like to continue the work and contribute with full support to Scapy. However since MPTCP is a more complex TCP option I was not sure what approach I should use to implement it fitting the already existing TCP options.

Therefore before carrying on I would like to know if the approach I used is valid or if a should refactor it, and if so, what is the best/correct way for doing it.

Thanks.

RuiCunhaM avatar Aug 15 '21 16:08 RuiCunhaM