General bindings for using the libpcap library on Linux, Mac and theoretically NPcap on Windows (untested)
TL;DR Most of the basic functionality of the pcap.odin file has been tested, it can open, read, and process pcap files / streams from interfaces. As you get into more specific filtering or niche macro checks, I've not quite converted everything across, open to help! <3
- bluetooth.odin
- fully tested
- bpf.odin
- fully tested
- can_socketcan.odin
- fully tested
- dlt.odin
- fully tested
- ipnet.odin
- fully tested
- namedb.odin
- fully tested
- nflog.odin
- fully tested
- pcap.odin
- fully tested
- sll.odin
- fully tested
- usb.odin
- fully tested
- vlan.odin
- fully tested
Tests inside tests/... will be expanded upon to clear everything as I get time..