Modules§
- PppProtocol
Types - PPP DLL Protocol Number
- Vxlan
Flags - Vxlan flags as defined in RFC7348
- output
- plugins
- Plugin factory definition and default plugins implementation
Macros§
- build_
safeplugin - default_
plugin_ builder - Derives a plugin builder relying on the Plugin::default() function
- plugin_
builder - Derives a plugin builder
Structs§
- Analyzer
- Pcap/Pcap-ng analyzer
- ERSPAN
Packet - ERSPAN packet support
- Error
- FlowMap
- Storage for flows
- GENEVE
Option - Represents the Geneve Option field.
- GENEVE
Option Iterable - GENEVE
Option Packet - A structure enabling manipulation of on the wire packets
- GENEVE
Packet - A structure enabling manipulation of on the wire packets
- L3Info
- MPLS
Label - MPLS
Packet - A structure enabling manipulation of on the wire packets
- Packet
Info - Plugin
Info - Plugin
Registry - PppPacket
- A structure enabling manipulation of on the wire packets
- PppProtocol
Type - Pppoe
Session Packet - A structure enabling manipulation of on the wire packets
- Threaded
Analyzer - Pcap/Pcap-ng Multi-threaded analyzer
- Vxlan
Flag - Represents Vxlan flag.
- Vxlan
Packet - A structure enabling manipulation of on the wire packets
- Worker
Enums§
- Job
- Link
Layer Type - Network
Layer Type - Plugin
Builder Error - Plugin
Result - Result struct manipulated by all plugins
- Transport
Layer Type
Constants§
- PLUGIN_
ALL - Indicates the plugin register for all layers
- PLUGIN_
FLOW_ DEL - Indicates the plugin registers for ‘flow destroyed’ events
- PLUGIN_
FLOW_ NEW - Indicates the plugin registers for ‘flow created’ events
- PLUGIN_
L1 - Indicates the plugin register for Layer 1 data
- PLUGIN_
L2 - Indicates the plugin register for Layer 2 data
- PLUGIN_
L3 - Indicates the plugin register for Layer 3 data
- PLUGIN_
L4 - Indicates the plugin register for Layer 4 data
- PLUGIN_
NONE - Indicates the plugin does not register any callback function
Traits§
- Plugin
- Pcap/Pcap-ng analysis plugin instance
- Plugin
Builder - Plugin builder
Type Aliases§
- PluginID
- Unique identifier for a plugin instance
- Safe
Plugin - Shorthand definition for wrapped plugin