suricata
|
Go to the source code of this file.
Data Structures | |
struct | Sll2Hdr_ |
Macros | |
#define | SLL2_HEADER_LEN 20 |
Functions | |
struct Sll2Hdr_ | __attribute__ ((__packed__)) Sll2Hdr |
DNP3 link header. More... | |
Variables | |
uint16_t | sll_protocol |
uint16_t | sll2_reservd |
uint32_t | sll_ifindex |
uint16_t | sll2_arphdtotype |
uint8_t | sll2_pkttype |
uint8_t | sll2_addrlen |
uint8_t | sll2_addr [8] |
Definition in file decode-sll2.h.
#define SLL2_HEADER_LEN 20 |
Definition at line 28 of file decode-sll2.h.
uint8_t sll2_addr[8] |
Definition at line 6 of file decode-sll2.h.
uint8_t sll2_addrlen |
Definition at line 5 of file decode-sll2.h.
uint16_t sll2_arphdtotype |
Definition at line 3 of file decode-sll2.h.
uint8_t sll2_pkttype |
Definition at line 4 of file decode-sll2.h.
uint16_t sll2_reservd |
Definition at line 1 of file decode-sll2.h.
uint32_t sll_ifindex |
Definition at line 2 of file decode-sll2.h.
uint16_t sll_protocol |
Definition at line 0 of file decode-sll2.h.