Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
iface_summary_info_tag Struct Reference

Summary metadata for a single capture interface. More...

#include <summary.h>

Public Attributes

char * name
char * descr
char * cfilter
char * isb_comment
uint64_t drops
bool drops_known
int snap
int encap_type

Detailed Description

Summary metadata for a single capture interface.

Member Data Documentation

◆ cfilter

char* iface_summary_info_tag::cfilter

Capture filter string active on this interface.

◆ descr

char* iface_summary_info_tag::descr

Human-readable description of the interface.

◆ drops

uint64_t iface_summary_info_tag::drops

Number of packet drops on this interface.

◆ drops_known

bool iface_summary_info_tag::drops_known

True if the packet drop count is known.

◆ encap_type

int iface_summary_info_tag::encap_type

Wiretap encapsulation type for this interface.

◆ isb_comment

char* iface_summary_info_tag::isb_comment

Interface Statistics Block comment from the capture file.

◆ name

char* iface_summary_info_tag::name

Interface name (e.g., "eth0").

◆ snap

int iface_summary_info_tag::snap

Maximum captured packet length; 0 if not known.


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