suricata
|
#include "suricata-common.h"
#include "decode.h"
#include "decode-vlan.h"
#include "decode-events.h"
#include "util-validate.h"
#include "util-unittest.h"
#include "util-debug.h"
#include "util-unittest-helper.h"
#include "packet.h"
Go to the source code of this file.
Data Structures | |
struct | IEEE8021ahHdr_ |
Macros | |
#define | IEEE8021AH_HEADER_LEN sizeof(IEEE8021ahHdr) |
Functions | |
int | DecodeVLAN (ThreadVars *tv, DecodeThreadVars *dtv, Packet *p, const uint8_t *pkt, uint32_t len) |
struct IEEE8021ahHdr_ | __attribute__ ((__packed__)) |
DNP3 link header. More... | |
void | DecodeVLANRegisterTests (void) |
Variables | |
uint32_t | flags |
uint8_t | c_destination [6] |
uint8_t | c_source [6] |
uint16_t | type |
Decode 802.1q
Definition in file decode-vlan.c.
#define IEEE8021AH_HEADER_LEN sizeof(IEEE8021ahHdr) |
int DecodeVLAN | ( | ThreadVars * | tv, |
DecodeThreadVars * | dtv, | ||
Packet * | p, | ||
const uint8_t * | pkt, | ||
uint32_t | len | ||
) |
Definition at line 54 of file decode-vlan.c.
References DecodeThreadVars_::counter_vlan, DecodeThreadVars_::counter_vlan_qinq, DecodeThreadVars_::counter_vlan_qinqinq, DEBUG_VALIDATE_BUG_ON, dtv, ENGINE_SET_INVALID_EVENT, len, proto, StatsIncr(), TM_ECODE_FAILED, tv, VLAN_HEADER_LEN, VLAN_HEADER_TOO_SMALL, and Packet_::vlan_idx.
void DecodeVLANRegisterTests | ( | void | ) |
Definition at line 257 of file decode-vlan.c.
References UtRegisterTest().
uint8_t c_destination[6] |
Definition at line 105 of file decode-vlan.c.
uint8_t c_source[6] |
Definition at line 106 of file decode-vlan.c.
uint32_t flags |
Definition at line 104 of file decode-vlan.c.
uint16_t type |
next protocol
Definition at line 107 of file decode-vlan.c.
Referenced by DecodeNull(), DetectEngineFrameInspectEngineRegister(), DetectEngineFrameMpmRegister(), DetectFrameMpmRegister(), DetectSigmatchListEnumToString(), DetectVarStoreMatch(), DetectVarStoreMatchKeyValue(), FrameConfigEnable(), ICMPv4GetCounterpart(), ICMPv6GetCounterpart(), LoadHashTable(), LuaPrintStack(), TmThreadAppend(), TmThreadGetNbThreads(), TmThreadSetCPU(), VarNameStoreLookupById(), and VarNameStoreLookupByName().