Includes a backend that parses packets using pcap and also a frontend for displaying them.
git clone https://github.com/markrepedersen/netparser.git
cargo build
For using as a library, see lib/netparse for available entry points.
cargo run -p netparser
TBA
Currently only supports the following protocols:
- Ethernet (802.2)
- (Depends on OS) Wifi (802.11)
- ARP
- IPv4
- IPv6
- UDP
- TCP
- ICMP