|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Summary metadata for a single capture interface.
| char* iface_summary_info_tag::cfilter |
Capture filter string active on this interface.
| char* iface_summary_info_tag::descr |
Human-readable description of the interface.
| uint64_t iface_summary_info_tag::drops |
Number of packet drops on this interface.
| bool iface_summary_info_tag::drops_known |
True if the packet drop count is known.
| int iface_summary_info_tag::encap_type |
Wiretap encapsulation type for this interface.
| char* iface_summary_info_tag::isb_comment |
Interface Statistics Block comment from the capture file.
| char* iface_summary_info_tag::name |
Interface name (e.g., "eth0").
| int iface_summary_info_tag::snap |
Maximum captured packet length; 0 if not known.