aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-14 18:40:17 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-14 18:40:17 +0000
commitdc710bd3df58af8594d38a26ee12386b96cba52e (patch)
tree533a825b7fdfc509ef398f186f84adb049b9717d /packet-isis-clv.h
parent6aff75aabc81ae6f672d39e95a2f6db311f7d539 (diff)
Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISIS
traffic engineering TLV dissection, IS neighbor and IP reachability TLVs given their own subtree types), from Jean-Christian Pennetier. svn path=/trunk/; revision=3413
Diffstat (limited to 'packet-isis-clv.h')
-rw-r--r--packet-isis-clv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-isis-clv.h b/packet-isis-clv.h
index e9f1a6adc1..b03a89ef5e 100644
--- a/packet-isis-clv.h
+++ b/packet-isis-clv.h
@@ -1,7 +1,7 @@
/* packet-isis-clv.h
* Declares for common clv decoding functions.
*
- * $Id: packet-isis-clv.h,v 1.4 2001/04/16 10:04:30 guy Exp $
+ * $Id: packet-isis-clv.h,v 1.5 2001/05/14 18:40:15 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -54,6 +54,8 @@ extern void isis_dissect_authentication_clv(const u_char *pd, int offset,
guint length, frame_data *fd, proto_tree *tree, char *meaning);
extern void isis_dissect_ip_int_clv(const u_char *pd, int offset,
guint length, frame_data *fd, proto_tree *tree, gint tree_id );
+extern void isis_dissect_ipv6_int_clv(const u_char *pd, int offset,
+ guint length, frame_data *fd, proto_tree *tree, gint tree_id );
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,