aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-sctp.c')
-rw-r--r--packet-sctp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-sctp.c b/packet-sctp.c
index 8a8918d8d3..c885d81d9e 100644
--- a/packet-sctp.c
+++ b/packet-sctp.c
@@ -2,7 +2,7 @@
* Routines for Stream Control Transmission Protocol dissection
* Copyright 2000, Michael Tüxen <Michael.Tuexen@icn.siemens.de>
*
- * $Id: packet-sctp.c,v 1.4 2000/08/11 13:35:00 deniel Exp $
+ * $Id: packet-sctp.c,v 1.5 2000/08/13 14:08:45 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -1482,6 +1482,8 @@ dissect_sctp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *ti;
proto_tree *sctp_tree;
+ CHECK_DISPLAY_AS_DATA(proto_sctp, tvb, pinfo, tree);
+
pinfo->current_proto = "SCTP";
/* Extract the common header */