aboutsummaryrefslogtreecommitdiffstats
path: root/packet-osi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-15 04:34:44 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-15 04:34:44 +0000
commit054f7296d7281bf34087b56316efb52753ef844a (patch)
tree0a958301de2292ab1157f0cde0470c54a2712590 /packet-osi.c
parent7c7b99b15848c266b1ba7281d1d49cd56c7ea060 (diff)
Stuart Stanley's ISIS dissection support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1340 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-osi.c')
-rw-r--r--packet-osi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-osi.c b/packet-osi.c
index f1246d5869..b79e781ab0 100644
--- a/packet-osi.c
+++ b/packet-osi.c
@@ -1,7 +1,7 @@
/* packet-osi.c
* Routines for ISO/OSI network and transport protocol packet disassembly
*
- * $Id: packet-osi.c,v 1.12 1999/11/16 11:42:44 guy Exp $
+ * $Id: packet-osi.c,v 1.13 1999/12/15 04:34:19 guy Exp $
* Laurent Deniel <deniel@worldnet.fr>
*
* Ethereal - Network traffic analyzer
@@ -1618,7 +1618,7 @@ void dissect_osi(const u_char *pd, int offset, frame_data *fd,
if (check_col(fd, COL_PROTOCOL)) {
col_add_str(fd, COL_PROTOCOL, "ISIS");
}
- dissect_data(pd, offset, fd, tree);
+ dissect_isis(pd, offset, fd, tree);
break;
default:
if (check_col(fd, COL_PROTOCOL)) {