suricata
decode-sll2.h File Reference
This graph shows which files directly or indirectly include this file:

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]
 

Detailed Description

Macro Definition Documentation

◆ SLL2_HEADER_LEN

#define SLL2_HEADER_LEN   20

Definition at line 28 of file decode-sll2.h.

Variable Documentation

◆ sll2_addr

uint8_t sll2_addr[8]

Definition at line 6 of file decode-sll2.h.

◆ sll2_addrlen

uint8_t sll2_addrlen

Definition at line 5 of file decode-sll2.h.

◆ sll2_arphdtotype

uint16_t sll2_arphdtotype

Definition at line 3 of file decode-sll2.h.

◆ sll2_pkttype

uint8_t sll2_pkttype

Definition at line 4 of file decode-sll2.h.

◆ sll2_reservd

uint16_t sll2_reservd

Definition at line 1 of file decode-sll2.h.

◆ sll_ifindex

uint32_t sll_ifindex

Definition at line 2 of file decode-sll2.h.

◆ sll_protocol

uint16_t sll_protocol

Definition at line 0 of file decode-sll2.h.