netprobe

Cross-Platform Network Probe Library. Written in Rust.
Features
- traceroute
- IPv4 UDP
- IPv6 UDP
- ping
- IPv4 ICMPv4
- IPv6 ICMPv6
- IPv4 UDP
- IPv6 UDP
- IPv4 TCP
- IPv6 TCP
- neighbor
- ARP
- NDP
TODO
- Documentation
- More in-depth network investigations
- Support for higher-layer probes (e.g., DNS, HTTP, etc.)
Usage
Add netprobe to your dependencies
[dependencies]
netprobe = "0.4"