[Oisf-devel] [PATCH 1/9] decode-event: Add SCTP event
Eric Leblond
eric at regit.org
Mon Feb 28 16:44:27 UTC 2011
Almost empty now, because the only definition is packet
too small.
---
src/decode-events.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/decode-events.h b/src/decode-events.h
index 0c21cdd..567faad 100644
--- a/src/decode-events.h
+++ b/src/decode-events.h
@@ -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,
};
--
1.7.1
More information about the Oisf-devel
mailing list