module PacketGen::PcapNG
Module to handle PCAP-NG file format. See xml2rfc.tools.ietf.org/cgi-bin/xml2rfc.cgi?url=https://raw.githubusercontent.com/pcapng/pcapng/master/draft-tuexen-opsawg-pcapng.xml&modeAsFormat=html/ascii&type=ascii @author Sylvain Daubert
Constants
- EPB_TYPE
- IDB_TYPE
Interface Description
Block
type number- LINKTYPE_ETHERNET
IEEE 802.3 Ethernet (10Mb, 100Mb, 1000Mb, and up)
- LINKTYPE_IEEE802_11
IEEE 802.11 wireless LAN
- LINKTYPE_IEEE802_11_RADIOTAP
RadioTap link layer informations + IEEE 802.11 wireless LAN
- LINKTYPE_IPV4
Raw IPv4; the packet begins with an IPv4 header.
- LINKTYPE_IPV6
Raw IPv6; the packet begins with an IPv6 header.
- LINKTYPE_PPI
Per-Packet Information information, as specified by the Per-Packet Information
Header
Specification, followed by a packet with the LINKTYPE_ value specified by thepph_dlt
field of that header.- LINKTYPE_RAW
Raw IP; the packet begins with an IPv4 or IPv6 header, with the “version” field of the header indicating whether it's an IPv4 or IPv6 header.
- SHB_TYPE
- SPB_TYPE