CESNET / ipfixprobe

BSD 3-Clause "New" or "Revised" License
40 stars 18 forks source link

ipfixprobe: MSS fix #199

Closed hulakmat closed 4 months ago

hulakmat commented 11 months ago

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 commented 4 months ago

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