aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-clv.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-16 10:04:33 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-16 10:04:33 +0000
commit44ba20299d0e03564ec004a877de5f4804a61580 (patch)
treebb3bfeb289d92e59456cbdce615a387fd01f1f61 /packet-isis-clv.h
parent3618e8887b5b7eac1f86af9c5ef5bb80d8965c4d (diff)
Assorted ISIS enhancements from Hannes Gredler.
When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3308 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 c6d7b757ca..e9f1a6adc1 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.3 2001/04/08 19:32:03 guy Exp $
+ * $Id: packet-isis-clv.h,v 1.4 2001/04/16 10:04:30 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -58,4 +58,6 @@ 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_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 */