Open alright21 opened 3 years ago
Find out a proper library to create and handle TCP/IP packets. Requirements:
EthernetII pkt = EthernetII() / IP() / TCP() / RawPDU(BGP Packet bytes);
PDU.serialize()
We will probably have a go with PcapPlusPlus.
Find out a proper library to create and handle TCP/IP packets. Requirements: