suricata
decode-sctp.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  SCTPHdr_
 

Macros

#define SCTP_HEADER_LEN   12
 

Functions

struct SCTPHdr_ __attribute__ ((__packed__)) SCTPHdr
 DNP3 link header. More...
 
void DecodeSCTPRegisterTests (void)
 

Variables

uint16_t sh_sport
 
uint16_t sh_dport
 
uint32_t sh_vtag
 
uint32_t sh_sum
 

Detailed Description

Author
Eric Leblond eric@.nosp@m.regi.nosp@m.t.org

Definition in file decode-sctp.h.

Macro Definition Documentation

◆ SCTP_HEADER_LEN

#define SCTP_HEADER_LEN   12

size of the packet header without any chunk headers

Definition at line 29 of file decode-sctp.h.

Function Documentation

◆ DecodeSCTPRegisterTests()

void DecodeSCTPRegisterTests ( void  )

Variable Documentation

◆ sh_dport

uint16_t sh_dport

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

◆ sh_sport

uint16_t sh_sport

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

◆ sh_sum

uint32_t sh_sum

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

◆ sh_vtag

uint32_t sh_vtag

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