|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Interface Description Block (IDB) body encoding in a pcapng file, describing a capture interface. More...
#include <pcapng.h>
Public Attributes | |
| uint16_t | linktype |
| uint16_t | reserved |
| uint32_t | snaplen |
Interface Description Block (IDB) body encoding in a pcapng file, describing a capture interface.
| uint16_t pcapng_interface_description_block_s::linktype |
Data link type of packets captured on this interface, as a LINKTYPE_* value.
| uint16_t pcapng_interface_description_block_s::reserved |
Reserved; must be zero.
| uint32_t pcapng_interface_description_block_s::snaplen |
Maximum number of octets captured per packet on this interface; 0 means no limit.