suricata
|
Go to the source code of this file.
Data Structures | |
struct | SllHdr_ |
Macros | |
#define | SLL_HEADER_LEN 16 |
Functions | |
struct SllHdr_ | __attribute__ ((__packed__)) SllHdr |
DNP3 link header. More... | |
Variables | |
uint16_t | sll_pkttype |
uint16_t | sll_hatype |
uint16_t | sll_halen |
uint8_t | sll_addr [8] |
uint16_t | sll_protocol |
Definition in file decode-sll.h.
#define SLL_HEADER_LEN 16 |
Definition at line 28 of file decode-sll.h.
uint8_t sll_addr[8] |
Definition at line 3 of file decode-sll.h.
uint16_t sll_halen |
Definition at line 2 of file decode-sll.h.
uint16_t sll_hatype |
Definition at line 1 of file decode-sll.h.
uint16_t sll_pkttype |
Definition at line 0 of file decode-sll.h.
uint16_t sll_protocol |
Definition at line 4 of file decode-sll.h.