https://github.com/Pix-xiP/odin-libpcap
Odin Bindings for the libpcap C library
https://github.com/Pix-xiP/odin-libpcap
Last synced: 6 months ago
JSON representation
Odin Bindings for the libpcap C library
- Host: GitHub
- URL: https://github.com/Pix-xiP/odin-libpcap
- Owner: Pix-xiP
- Created: 2023-06-30T15:56:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T12:46:58.000Z (over 1 year ago)
- Last Synced: 2024-01-08T09:29:37.298Z (over 1 year ago)
- Language: Odin
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-odin - libpcap - tcpdump-group/libpcap) | None | Networking (Bindings / Vendor)
- awesome-odin - libpcap - tcpdump-group/libpcap) | None | Networking (Bindings / Vendor)
README
# Odin Libpcap!
----General bindings for using the libpcap library on Linux, Mac and theoretically NPcap on Windows (untested)
Everything should be converted from the standard libpcap headers. Not everything has been completely tested, happy to fix errors as they pop up!
## Converted Files:
-----
- [x] bluetooth.odin
- [x] bpf.odin
- [x] can_socketcan.odin
- [x] dlt.odin
- [x] ipnet.odin
- [x] namedb.odin
- [x] nflog.odin
- [x] pcap.odin
- [x] sll.odin
- [x] usb.odin
- [x] vlan.odinTests inside tests/... will be expanded upon to clear everything as I get time..
## Notes:
I have not added the function attrs to each to show which func is available where - I don't plan to but if someone wants to go through and add decorators etc, I'm happy to merge