Skip to content

tcp: add support for MPTCP option#63

Closed
matttbe wants to merge 1 commit intogopacket:masterfrom
matttbe:patch-1
Closed

tcp: add support for MPTCP option#63
matttbe wants to merge 1 commit intogopacket:masterfrom
matttbe:patch-1

Conversation

@matttbe
Copy link
Copy Markdown
Contributor

@matttbe matttbe commented Jun 3, 2024

Hello,

First, thank you for developing and maintaining this useful lib!

Currently, packets with MPTCP options are not recognised:

Unknown(30)

MPTCP packets are using the option 30 according to the IANA.

For more details about MPTCP:

Currently, packets with MPTCP options are not recognised:

  Unknown(30)

MPTCP packets are using the option 30 according to the IANA.

Link: https://www.iana.org/assignments/tcp-parameters/tcp-parameters.xhtml
@matttbe
Copy link
Copy Markdown
Contributor Author

matttbe commented Jun 3, 2024

Just after having created this PR, I found this other PR on the Google repo, doing a more complete work: google/gopacket#870

Do you think this PR could be accepted here?

@mosajjal
Copy link
Copy Markdown
Contributor

yep happy to bring those PRs here. might as well close this one and create another one from that one.

@matttbe
Copy link
Copy Markdown
Contributor Author

matttbe commented Jun 18, 2024

Replaced by #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants