aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sscop.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-sscop.c')
-rw-r--r--packet-sscop.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-sscop.c b/packet-sscop.c
index 6d39b6b4e6..72c9eeb97d 100644
--- a/packet-sscop.c
+++ b/packet-sscop.c
@@ -2,7 +2,7 @@
* Routines for SSCOP (Q.2110, Q.SAAL) frame disassembly
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-sscop.c,v 1.9 2000/08/07 03:21:13 guy Exp $
+ * $Id: packet-sscop.c,v 1.10 2000/08/13 14:09:03 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -144,6 +144,8 @@ dissect_sscop(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
int pad_len;
tvbuff_t *next_tvb;
+ CHECK_DISPLAY_AS_DATA(proto_sscop, tvb, pinfo, tree);
+
pinfo->current_proto = "SSCOP";
reported_length = tvb_reported_length(tvb); /* frame length */