Skip to content

[Fix] Packet Reassembly & Fragmentation Data loss Fix

Arnaud Billon requested to merge PacketReassembly into master

Contains:

  • Lidar Frames derived from IP Fragmented Captures can now be correctly saved to files (Jumboframes are assembled)
  • Fix a 8 Bytes data Loss / Fragments issue related to UDP header systematically removed.

This is a somewhat of a Dirty Fix, will be superseded by a more complete solution based on PcapPlusPlus in a near future. Improvements will notably allow to save fragmented captures and maybe define a custom MTU.

Merge request reports