|
suricata
|

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 |
Definition in 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.