diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-04-08 19:32:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-04-08 19:32:05 +0000 |
commit | 376056336cb799d511ef653ab433687414f8a807 (patch) | |
tree | 445b03cc0553cd59e4e068b52f02edc55e19340c /packet-isis-clv.h | |
parent | 69a945b5cefcb4b0ad3c1fd8486981fa5babe733 (diff) | |
download | wireshark-376056336cb799d511ef653ab433687414f8a807.tar.gz wireshark-376056336cb799d511ef653ab433687414f8a807.tar.bz2 wireshark-376056336cb799d511ef653ab433687414f8a807.zip |
OSI network layer over PPP support, fix to P2P ISIS processing, and ISIS
hostname TLV support, from Hannes Gredler.
svn path=/trunk/; revision=3271
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 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 */ |