suricata
|
Go to the source code of this file.
Data Structures | |
struct | SCTPHdr_ |
Macros | |
#define | SCTP_HEADER_LEN 12 |
#define | SCTP_GET_RAW_SRC_PORT(sctph) SCNtohs((sctph)->sh_sport) |
#define | SCTP_GET_RAW_DST_PORT(sctph) SCNtohs((sctph)->sh_dport) |
#define | SCTP_GET_SRC_PORT(p) SCTP_GET_RAW_SRC_PORT(p->sctph) |
#define | SCTP_GET_DST_PORT(p) SCTP_GET_RAW_DST_PORT(p->sctph) |
#define | CLEAR_SCTP_PACKET(p) |
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 |
Definition in file decode-sctp.h.
#define CLEAR_SCTP_PACKET | ( | p | ) |
Definition at line 46 of file decode-sctp.h.
#define SCTP_GET_DST_PORT | ( | p | ) | SCTP_GET_RAW_DST_PORT(p->sctph) |
Definition at line 36 of file decode-sctp.h.
Definition at line 33 of file decode-sctp.h.
Definition at line 32 of file decode-sctp.h.
#define SCTP_GET_SRC_PORT | ( | p | ) | SCTP_GET_RAW_SRC_PORT(p->sctph) |
Definition at line 35 of file decode-sctp.h.
#define SCTP_HEADER_LEN 12 |
size of the packet header without any chunk headers
Definition at line 29 of file decode-sctp.h.
void DecodeSCTPRegisterTests | ( | void | ) |
uint16_t sh_dport |
Definition at line 1 of file decode-sctp.h.
uint16_t sh_sport |
Definition at line 0 of file decode-sctp.h.
uint32_t sh_sum |
Definition at line 3 of file decode-sctp.h.
uint32_t sh_vtag |
Definition at line 2 of file decode-sctp.h.