suricata
decode-sll.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  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
 

Detailed Description

Author
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t

Definition in file decode-sll.h.

Macro Definition Documentation

◆ SLL_HEADER_LEN

#define SLL_HEADER_LEN   16

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

Variable Documentation

◆ sll_addr

uint8_t sll_addr[8]

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

◆ sll_halen

uint16_t sll_halen

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

◆ sll_hatype

uint16_t sll_hatype

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

◆ sll_pkttype

uint16_t sll_pkttype

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

◆ sll_protocol

uint16_t sll_protocol

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