Expand description
Main module for packet analysis.
Modules§
- application
- data_
link - The
DataLinkmodule 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. - internet
- transport