diff options
Diffstat (limited to 'packet-isis-clv.h')
-rw-r--r-- | packet-isis-clv.h | 4 |
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, |