mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user