pdu 1.5.0

Small, fast, and correct L2/L3/L4 packet parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
### Test Harness

This library implements a single integration test which parses realistic traffic
samples and then compares the result against Wireshark's parser. New tests can
be created by adding `.pcap` files to the `pcaps/` subdirectory.

**Note:** Wireshark must be installed to run these tests, so that the `tshark`
executable is available in the system path.

*macOS* – `brew install wireshark`<br/>
*Debian* – `apt-get install tshark`<br/>
*RedHat* – `yum install wireshark`<br/>