aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-23 19:45:12 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-23 19:45:12 +0000
commitd4c81a142ca4e3ffbc7d8efbf27a344a2b0ad7b9 (patch)
tree71a8c3883a8b4e66d004da4e6a6633ea068e593f /packet-isis-clv.h
parentfb82ca171db86296e238940f5caacc21d284d339 (diff)
More IS-IS updates.
HELLO message support in RSVP. svn path=/trunk/; revision=3604
Diffstat (limited to 'packet-isis-clv.h')
-rw-r--r--packet-isis-clv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/packet-isis-clv.h b/packet-isis-clv.h
index b03a89ef5e..a74f5c0101 100644
--- a/packet-isis-clv.h
+++ b/packet-isis-clv.h
@@ -1,13 +1,12 @@
/* packet-isis-clv.h
* Declares for common clv decoding functions.
*
- * $Id: packet-isis-clv.h,v 1.5 2001/05/14 18:40:15 guy Exp $
+ * $Id: packet-isis-clv.h,v 1.6 2001/06/23 19:45:12 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -60,6 +59,8 @@ extern void isis_dissect_nlpid_clv(const u_char *pd, int offset,
guint length, frame_data *fd, proto_tree *tree );
extern void isis_dissect_hostname_clv(const u_char *pd, int offset,
guint length, frame_data *fd, proto_tree *tree );
+extern void isis_dissect_mt_clv(const u_char *pd, int offset,
+ guint length, frame_data *fd, proto_tree *tree, gint tree_id );
extern void isis_dissect_te_router_id_clv(const u_char *pd, int offset,
guint length, frame_data *fd, proto_tree *tree, gint tree_id );
#endif /* _PACKET_ISIS_CLV_H */