aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-isis.c')
-rw-r--r--packet-isis.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-isis.c b/packet-isis.c
index 6f6c455827..b91369fe16 100644
--- a/packet-isis.c
+++ b/packet-isis.c
@@ -2,7 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly, core
* bits.
*
- * $Id: packet-isis.c,v 1.13 2000/08/10 16:04:33 deniel Exp $
+ * $Id: packet-isis.c,v 1.14 2000/08/13 14:08:23 deniel Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -139,6 +139,8 @@ dissect_isis(const u_char *pd, int offset, frame_data *fd,
proto_tree *isis_tree = NULL;
int id_length;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_isis, pd, offset, fd, tree);
+
if (check_col(fd, COL_PROTOCOL))
col_add_str(fd, COL_PROTOCOL, "ISIS");