atlas0fd00m/CanCat

Restructure cancat2pcap and pcap2cancat to not require scapy

Opened this issue · 0 comments

The cancat2pcap and pcap2cancat functions use scapy to construct and parse Linux netlink packets. Scapy is a large dependency so restructure these functions to do it manually.

Also re-enable the corresponding unit test when complete.