aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-isis-lsp.c')
-rw-r--r--packet-isis-lsp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-isis-lsp.c b/packet-isis-lsp.c
index 2d14613276..fdefde0402 100644
--- a/packet-isis-lsp.c
+++ b/packet-isis-lsp.c
@@ -1,7 +1,7 @@
/* packet-isis-lsp.c
* Routines for decoding isis lsp packets and their CLVs
*
- * $Id: packet-isis-lsp.c,v 1.8 2000/06/19 08:33:48 guy Exp $
+ * $Id: packet-isis-lsp.c,v 1.9 2000/08/13 14:08:22 deniel Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -795,6 +795,8 @@ isis_dissect_isis_lsp(int lsp_type, int header_length, int id_length,
char sbuf[128];
int inx, q, some, value, len;
+ OLD_CHECK_DISPLAY_AS_DATA(proto_isis_lsp, pd, offset, fd, tree);
+
hlen = 2+2+id_length+2+4+2+1;
if (!BYTES_ARE_IN_FRAME(offset, hlen)) {