Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfixprobe: MSS fix #199

Closed
wants to merge 5 commits into from
Closed

ipfixprobe: MSS fix #199

wants to merge 5 commits into from

Conversation

hulakmat
Copy link

@hulakmat hulakmat commented Dec 7, 2023

Parser is parsing MSS value as 4 byte variable instead of 2 bytes.
MSS option has 4 bytes: 1B kind, 1B length and only 2B value.
In current condition MSS value generated by ipfixprobe is incorrect and MSS field size is too big.

Parser fix should be easy, ipfixprobe fields change needs revision.

@SiskaPavel
Copy link
Contributor

If I understand it well, parsing a 4-byte value is fine, you just need to interpret the result correctly.

@SiskaPavel SiskaPavel closed this Jun 11, 2024
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