-
Notifications
You must be signed in to change notification settings - Fork 13
Supported Protocols
lemontree55 edited this page Jan 4, 2025
·
20 revisions
PacketGen provides built-in packet parsers for the following protocols:
Protocol | Status | More info |
---|---|---|
Dot11 | ✔ | |
ETH | ✔ | |
LLC | ✔ | |
Dot1q | ✔ | |
Dot1x | ✔ | |
ARP | ✔ | |
IP | ✔ | |
IPv6 | ✔ | |
ICMP | ✔ | |
ICMPv6 | ✔ | |
IGMP | ✔ | |
IGMPv3 | ✔ | |
MLD | ✔ | |
MLDv2 | ✔ | |
OSPFv2 | ✔ | |
OSPFv3 | ✔ | |
GRE | ✔ | |
TCP | ✔ | |
UDP | ✔ | |
SCTP | ✔ | |
DNS | ✔ | |
EAP | ✔ | |
ESP | P | packetgen-plugin-ipsec |
IKE | P | packetgen-plugin-ipsec |
DHCP | ✔ | |
DHCPv6 | ✔ | |
HTTP | ✔ | |
BOOTP | ✔ | |
TFTP | ✔ | |
SMB | ❗P | packetgen-plugin-smb |
SMB2 | ❗P | packetgen-plugin-smb |
Symbol | Description |
---|---|
✔ | Supported |
❗ | Under development |
❌ | Not Supported |
P | Plugin |
PacketGen - network packet manipulation library Project Page | Wiki | Issues | API documentation