Communication: Create EthernetPacketizer

This code previously was separately maintained in each of the
PCAP driver layers.

While adding complexity for reassembly, I decided it was
time to pull it out into a common implementation.

As of this commit, the old implementations have not been
removed from the PCAP drivers yet.
This commit is contained in:
Paul Hollinsky
2020-09-22 19:15:24 -04:00
parent 5c18bedf70
commit 28b35a8243
3 changed files with 249 additions and 0 deletions
+1
View File
@@ -124,6 +124,7 @@ set(SRC_FILES
communication/packet/ethernetpacket.cpp
communication/decoder.cpp
communication/encoder.cpp
communication/ethernetpacketizer.cpp
communication/packetizer.cpp
communication/multichannelcommunication.cpp
communication/communication.cpp