Expand description
Contains the definition of the different protocol headers (IP, TCP, UDP, …).
Structs
- Ethernet header: https://en.wikipedia.org/wiki/Ethernet_frame#Ethernet_II
- ICMP header: https://tools.ietf.org/html/rfc792
- IPv4 header: https://tools.ietf.org/html/rfc791#section-3.1
- IPv6 header: https://tools.ietf.org/html/rfc2460#section-3
- TCP header: https://tools.ietf.org/html/rfc793#section-3.1
- UDP header: https://tools.ietf.org/html/rfc768
Enums
- Type of layer 3 headers.
- Type of layer 4 headers.