Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pix-xiP committed Jan 7, 2024
1 parent b146069 commit 4a5c419
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,20 @@

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
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
- [ ] fully tested
- [x] bpf.odin
- [ ] fully tested
- [x] can_socketcan.odin
- [ ] fully tested
- [x] dlt.odin
- [ ] fully tested
- [x] ipnet.odin
- [ ] fully tested
- [ ] namedb.odin
- [ ] fully tested
- [x] namedb.odin
- [x] nflog.odin
- [ ] fully tested
- [x] pcap.odin
- [ ] fully tested
- [x] sll.odin
- [ ] fully tested
- [x] usb.odin
- [ ] fully tested
- [x] vlan.odin
- [ ] fully tested

Tests inside tests/... will be expanded upon to clear everything as I get time..

0 comments on commit 4a5c419

Please sign in to comment.