Modulesยง
- application
- data_
link - The
DataLink
module provides functionality to parse and analyze data link layer packets, specifically Ethernet frames. It extracts MAC addresses, Ethertype, and the payload from a raw byte slice.
DataLink
module provides functionality to parse and analyze data link layer packets,
specifically Ethernet frames. It extracts MAC addresses, Ethertype, and the payload from
a raw byte slice.