|
suricata
|
per packet AF_PACKET vars More...
#include <source-af-packet.h>

Data Fields | |
| void * | relptr |
| AFPPeer * | peer |
| AFPPeer * | mpeer |
| uint8_t | copy_mode |
| uint16_t | vlan_tci |
per packet AF_PACKET vars
This structure is used y the release data system and is cleaned up by the AFPV_CLEANUP macro below.
Definition at line 153 of file source-af-packet.h.
| uint8_t AFPPacketVars_::copy_mode |
Definition at line 161 of file source-af-packet.h.
| AFPPeer* AFPPacketVars_::mpeer |
Pointer to AFPPeer used for capture. Field is used to be able to do reference counting.
Definition at line 160 of file source-af-packet.h.
| AFPPeer* AFPPacketVars_::peer |
Sending peer for IPS/TAP mode
Definition at line 156 of file source-af-packet.h.
| void* AFPPacketVars_::relptr |
Definition at line 155 of file source-af-packet.h.
| uint16_t AFPPacketVars_::vlan_tci |
Definition at line 162 of file source-af-packet.h.