rusty-pcap 0.2.0

A Rust library for reading PCAP files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Rusty-Pcap

An asynchronous and synchronous PCAP file reader for Rust



## TODO
- [ ] Add support for writing PCAP files
- [ ] Add support for reading PCAP-NG files
- [ ] PCAP Streaming
- [X] Benchmarks
- [ ] More Extensive Tests