Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_extcap_dlt Struct Reference

Describes a data link type (DLT) supported by an extcap interface. More...

#include <extcap_parser.h>

Public Attributes

int number
 
char * name
 
char * display
 

Detailed Description

Describes a data link type (DLT) supported by an extcap interface.

Member Data Documentation

◆ display

char* _extcap_dlt::display

Human-readable description of the DLT shown in the GUI

◆ name

char* _extcap_dlt::name

Short canonical name of the DLT (e.g., "EN10MB")

◆ number

int _extcap_dlt::number

Numeric DLT value (e.g., 1 for DLT_EN10MB)


The documentation for this struct was generated from the following file: