|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a single data link type available on a capture interface. More...
#include <capture_ifinfo.h>
Public Attributes | |
| int | dlt |
| char * | name |
| char * | description |
Describes a single data link type available on a capture interface.
| char* data_link_info_t::description |
Human-readable description from Wiretap (e.g. "Ethernet"); NULL if unknown
| int data_link_info_t::dlt |
libpcap DLT_ value identifying the link type (e.g. DLT_EN10MB = 1)
| char* data_link_info_t::name |
Short DLT name string (e.g. "EN10MB" or "DLT 1")