Module r_extcap::interface

source ·
Expand description

Module containg code to define the extcap interfaces. These are data used to popuplate the Capture or interface list in the main page of Wireshark.

Structs§

  • Struct defining the DLT to be used for this extcap. Typically the DLT is defined together with the Interface and passed into InterfacesStep::list_interfaces. But you can also use this class standalone and print out the resulting config using the print_sentence method.
  • Definition of an interface for this extcap program. An interface is an entry in the Wireshark homepage, similar to Wi-Fi: en0. Instances of this should be passed to InterfacesStep::list_interfaces.
  • Metadata for this extcap program. The version will be used for displaying the version information of the extcap interface in the about dialog of Wireshark.

Enums§

  • Enum defining the data link types. Data link type