Description
Create and parse network packets in Python, including definitions for common TCP/IP protocols. It helps networking tools inspect captures, build test packets, and understand protocol fields without manual byte handling everywhere.
This is a low-level networking library. Packet data can contain private traffic, and crafted packets can affect networks, so use it only in authorized environments and validate untrusted captures carefully.