aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-08 19:32:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-08 19:32:05 +0000
commitb36bb24bfef199afe0f45aec4916adefd3c77502 (patch)
tree445b03cc0553cd59e4e068b52f02edc55e19340c /packet-isis-clv.h
parenteb9ce84c59465aad94621dde620673a867077122 (diff)
OSI network layer over PPP support, fix to P2P ISIS processing, and ISIS
hostname TLV support, from Hannes Gredler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3271 f5534014-38df-0310-8fa8-9805f1628bb7
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 44873af48e..c6d7b757ca 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.2 2000/06/19 08:33:48 guy Exp $
+ * $Id: packet-isis-clv.h,v 1.3 2001/04/08 19:32:03 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -56,4 +56,6 @@ 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_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 );
#endif /* _PACKET_ISIS_CLV_H */