Go to the documentation of this file.
49 p->
sctph = (SCTPHdr *)pkt;
54 p->
payload = (uint8_t *)pkt +
sizeof(SCTPHdr);
57 p->
proto = IPPROTO_SCTP;
63 const uint8_t *pkt, uint16_t
len)
73 SCLogDebug(
"SCTP sp: %" PRIu32
" -> dp: %" PRIu32,
#define SET_SCTP_DST_PORT(pkt, prt)
void StatsIncr(ThreadVars *tv, uint16_t id)
Increments the local counter.
#define SCTP_GET_SRC_PORT(p)
int DecodeSCTP(ThreadVars *tv, DecodeThreadVars *dtv, Packet *p, const uint8_t *pkt, uint16_t len)
#define SCTP_GET_DST_PORT(p)
Per thread variable structure.
#define SET_SCTP_SRC_PORT(pkt, prt)
Structure to hold thread specific data for all decode modules.
#define ENGINE_SET_INVALID_EVENT(p, e)
#define CLEAR_SCTP_PACKET(p)
void FlowSetupPacket(Packet *p)
prepare packet for a life with flow Set PKT_WANTS_FLOW flag to incidate workers should do a flow look...