CanCat icon indicating copy to clipboard operation
CanCat copied to clipboard

Restructure cancat2pcap and pcap2cancat to not require scapy

Open sprout42 opened this issue 2 years ago • 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.

sprout42 avatar Jul 21 '22 18:07 sprout42