decode-event: Add SCTP event

Almost empty now, because the only definition is packet
too small.
remotes/origin/master-1.1.x
Eric Leblond 15 years ago committed by Victor Julien
parent 987ce57a02
commit 17af1ca123

@ -176,6 +176,9 @@ enum {
STREAM_REASSEMBLY_SEGMENT_BEFORE_BASE_SEQ,
STREAM_REASSEMBLY_NO_SEGMENT,
/* SCTP EVENTS */
SCTP_PKT_TOO_SMALL, /**< sctp packet smaller than minimum size */
/* should always be last! */
DECODE_EVENT_MAX,
};

Loading…
Cancel
Save