49 p->
sctph = (SCTPHdr *)pkt;
54 p->
payload = pkt +
sizeof(SCTPHdr);
57 p->
proto = IPPROTO_SCTP;
66 if (
unlikely(DecodeSCTPPacket(tv, p,pkt,len) < 0)) {
72 SCLogDebug(
"SCTP sp: %" PRIu32
" -> dp: %" PRIu32,
#define SCTP_GET_DST_PORT(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...
#define SET_SCTP_DST_PORT(pkt, prt)
int DecodeSCTP(ThreadVars *tv, DecodeThreadVars *dtv, Packet *p, uint8_t *pkt, uint16_t len, PacketQueue *pq)
Structure to hold thread specific data for all decode modules.
void StatsIncr(ThreadVars *tv, uint16_t id)
Increments the local counter.
#define SET_SCTP_SRC_PORT(pkt, prt)
#define SCTP_GET_SRC_PORT(p)
Per thread variable structure.
#define ENGINE_SET_INVALID_EVENT(p, e)