Open st9540808 opened 1 year ago
Related PR at #9
Here are some test files that I used for testing reassembler.
autoware_logging_cropped_frag.pcap
: In-order fragments, containing two DATA_FRAGautoware_logging_cropped_frag_oo.pcap
: Out-of-order fragments, containing two DATA_FRAG
I just write an IP fragments reassembler to assemble fragmented DATA or DATA_FRAG submessage. I will make a PR after the last PR is merged.
The
PacketDecoder
will have the definition below:The
id
in the map key corresponds to the identification field of IP header.