|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a data link type (DLT) supported by an extcap interface. More...
#include <extcap_parser.h>
Public Attributes | |
| int | number |
| char * | name |
| char * | display |
Describes a data link type (DLT) supported by an extcap interface.
| char* _extcap_dlt::display |
Human-readable description of the DLT shown in the GUI
| char* _extcap_dlt::name |
Short canonical name of the DLT (e.g., "EN10MB")
| int _extcap_dlt::number |
Numeric DLT value (e.g., 1 for DLT_EN10MB)