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

Metadata describing a registered extcap plugin binary. More...

#include <extcap.h>

Public Attributes

char * basename
char * full_path
char * version
char * help
GList * interfaces

Detailed Description

Metadata describing a registered extcap plugin binary.

Member Data Documentation

◆ basename

char* _extcap_info::basename

Base filename of the extcap executable (without directory path)

◆ full_path

char* _extcap_info::full_path

Absolute path to the extcap executable

◆ help

char* _extcap_info::help

URL or text string pointing to the extcap's help resource

◆ interfaces

GList* _extcap_info::interfaces

List of extcap_interface entries exposed by this extcap binary

◆ version

char* _extcap_info::version

Version string reported by the extcap via –extcap-version


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