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

Describes a single data link type available on a capture interface. More...

#include <capture_ifinfo.h>

Public Attributes

int dlt
 
char * name
 
char * description
 

Detailed Description

Describes a single data link type available on a capture interface.

Member Data Documentation

◆ description

char* data_link_info_t::description

Human-readable description from Wiretap (e.g. "Ethernet"); NULL if unknown

◆ dlt

int data_link_info_t::dlt

libpcap DLT_ value identifying the link type (e.g. DLT_EN10MB = 1)

◆ name

char* data_link_info_t::name

Short DLT name string (e.g. "EN10MB" or "DLT 1")


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