Go to the documentation of this file.
53 p->
sctph = (SCTPHdr *)pkt;
58 p->
payload = (uint8_t *)pkt +
sizeof(SCTPHdr);
67 const uint8_t *pkt, uint16_t
len)
77 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)
#define DEBUG_VALIDATE_BUG_ON(exp)
void FlowSetupPacket(Packet *p)
prepare packet for a life with flow Set PKT_WANTS_FLOW flag to incidate workers should do a flow look...