genonullfree / stream-extractor

TCP Stream Extractor
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Handle ipv4 packet fragmentation #11

Open genonullfree opened 1 year ago

genonullfree commented 1 year ago

The current implementation does not handle ipv4 packet fragmentation correctly. It will send up either creating a new stream with a single packet, or match with an incorrect stream, or drop the packet entirely.