suricata
|
#include <decode-pppoe.h>
Data Fields | |
uint8_t | pppoe_version_type |
uint8_t | pppoe_code |
uint16_t | session_id |
uint16_t | pppoe_length |
uint16_t | protocol |
Definition at line 35 of file decode-pppoe.h.
uint8_t PPPOESessionHdr_::pppoe_code |
Definition at line 38 of file decode-pppoe.h.
Referenced by DecodePPPOESession().
uint16_t PPPOESessionHdr_::pppoe_length |
Definition at line 40 of file decode-pppoe.h.
Referenced by DecodePPPOESession().
uint8_t PPPOESessionHdr_::pppoe_version_type |
Definition at line 37 of file decode-pppoe.h.
uint16_t PPPOESessionHdr_::protocol |
Definition at line 41 of file decode-pppoe.h.
Referenced by DecodePPPOESession().
uint16_t PPPOESessionHdr_::session_id |
Definition at line 39 of file decode-pppoe.h.
Referenced by DecodePPPOESession().