aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-23 19:45:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-23 19:45:12 +0000
commit422fa9d5b7e09f49a4e9ba898823610cf2cda5a1 (patch)
tree71a8c3883a8b4e66d004da4e6a6633ea068e593f /packet-isis-lsp.h
parent21b211e6d3850ce0023b60cd4356d455e41c9034 (diff)
More IS-IS updates.
HELLO message support in RSVP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3604 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-isis-lsp.h')
-rw-r--r--packet-isis-lsp.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/packet-isis-lsp.h b/packet-isis-lsp.h
index 241df47387..3ea6818305 100644
--- a/packet-isis-lsp.h
+++ b/packet-isis-lsp.h
@@ -1,13 +1,12 @@
/* packet-isis-lsp.h
* Defines and such for LSP and their CLV decodes
*
- * $Id: packet-isis-lsp.h,v 1.7 2001/06/18 01:24:58 guy Exp $
+ * $Id: packet-isis-lsp.h,v 1.8 2001/06/23 19:45:12 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -69,6 +68,8 @@
#define ISIS_CLV_L1_LSP_TE_ROUTER_ID 134
#define ISIS_CLV_L1_LSP_EXT_IP_REACHABLE 135
#define ISIS_CLV_L1_LSP_HOSTNAME 137
+#define ISIS_CLV_L1_LSP_MT_IS_REACHABLE 222
+#define ISIS_CLV_L1_LSP_MT 229
#define ISIS_CLV_L1_LSP_IPv6_INTERFACE_ADDR 232
#define ISIS_CLV_L1_LSP_IPv6_REACHABLE 236
/*
@@ -94,6 +95,8 @@
#define ISIS_CLV_L2_LSP_TE_ROUTER_ID 134
#define ISIS_CLV_L2_LSP_EXT_IP_REACHABLE 135
#define ISIS_CLV_L2_LSP_HOSTNAME 137
+#define ISIS_CLV_L2_LSP_MT_IS_REACHABLE 222
+#define ISIS_CLV_L2_LSP_MT 229
#define ISIS_CLV_L2_LSP_IPv6_INTERFACE_ADDR 232
#define ISIS_CLV_L2_LSP_IPv6_REACHABLE 236
/*
@@ -114,9 +117,3 @@ extern void isis_lsp_decode_lsp_id(char *tstr, proto_tree *tree,
const u_char *pd, int offset, int id_length);
#endif /* _PACKET_ISIS_LSP_H */
-
-
-
-
-
-