Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
f5eth_tap_data Struct Reference

#include <packet-f5ethtrailer.h>

Public Attributes

uint32_t magic
 
uint32_t trailer_len
 
uint64_t flow
 
uint64_t peer_flow
 
char * virtual_name
 
uint16_t slot
 
uint16_t tmm
 
uint8_t noise_low:1
 
uint8_t noise_med:1
 
uint8_t noise_high:1
 
uint8_t flows_set:1
 
uint8_t ingress:2
 

Detailed Description

Data structure to hold data returned by the f5ethtrailer tap. Magic has to be first.

Member Data Documentation

◆ flow

uint64_t f5eth_tap_data::flow

Flow ID

◆ flows_set

uint8_t f5eth_tap_data::flows_set

If the frame has flow/peerflow fields(1) or not(0)

◆ ingress

uint8_t f5eth_tap_data::ingress

Whether the packet was ingress(1), egress(0) or unknown(3)

◆ magic

uint32_t f5eth_tap_data::magic

Verify proper version of dissector

◆ noise_high

uint8_t f5eth_tap_data::noise_high

If the frame has high noise(1) or not(0)

◆ noise_low

uint8_t f5eth_tap_data::noise_low

If the frame has low noise(1) or not(0)

◆ noise_med

uint8_t f5eth_tap_data::noise_med

If the frame has medium noise(1) or not(0)

◆ peer_flow

uint64_t f5eth_tap_data::peer_flow

Peer Flow ID

◆ slot

uint16_t f5eth_tap_data::slot

The slot the handled the packet (F5ETH_TAP_TMM_MAX == unknown)

◆ tmm

uint16_t f5eth_tap_data::tmm

The tmm that handled the packet (F5ETH_TAP_sLOT_MAX == unknown)

◆ trailer_len

uint32_t f5eth_tap_data::trailer_len

Overall length of the F5 trailer

◆ virtual_name

char* f5eth_tap_data::virtual_name

Virtual server name


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