aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-18 01:24:58 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-18 01:24:58 +0000
commitf15f06f1a4b929d9027c986e3ea000159b1ee047 (patch)
treed3396d472f725f31aeb2c99102d674526cddf329 /packet-isis-lsp.h
parent5feae29f1dc3aca86060db94dfd1db5de1bfda0e (diff)
Support for External Reachability TLVs, and assorted output
improvements, from Hannes Gredler. svn path=/trunk/; revision=3558
Diffstat (limited to 'packet-isis-lsp.h')
-rw-r--r--packet-isis-lsp.h25
1 files changed, 16 insertions, 9 deletions
diff --git a/packet-isis-lsp.h b/packet-isis-lsp.h
index d33272c924..241df47387 100644
--- a/packet-isis-lsp.h
+++ b/packet-isis-lsp.h
@@ -1,7 +1,7 @@
/* packet-isis-lsp.h
* Defines and such for LSP and their CLV decodes
*
- * $Id: packet-isis-lsp.h,v 1.6 2001/06/07 19:13:35 guy Exp $
+ * $Id: packet-isis-lsp.h,v 1.7 2001/06/18 01:24:58 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -61,15 +61,16 @@
#define ISIS_CLV_L1_LSP_AREA_ADDRESS 1
#define ISIS_CLV_L1_LSP_IS_NEIGHBORS 2
#define ISIS_CLV_L1_LSP_ES_NEIGHBORS 3
-#define ISIS_CLV_L1_LSP_EXT_IS_REACHABLE 22
+#define ISIS_CLV_L1_LSP_EXT_IS_REACHABLE 22
#define ISIS_CLV_L1_LSP_IP_INT_REACHABLE 128
#define ISIS_CLV_L1_LSP_NLPID 129
+#define ISIS_CLV_L1_LSP_IP_EXT_REACHABLE 130
#define ISIS_CLV_L1_LSP_IP_INTERFACE_ADDR 132
#define ISIS_CLV_L1_LSP_TE_ROUTER_ID 134
-#define ISIS_CLV_L1_LSP_EXT_IP_REACHABLE 135
+#define ISIS_CLV_L1_LSP_EXT_IP_REACHABLE 135
#define ISIS_CLV_L1_LSP_HOSTNAME 137
-#define ISIS_CLV_L1_LSP_IPv6_INTERFACE_ADDR 232
-#define ISIS_CLV_L1_LSP_IPv6_REACHABLE 236
+#define ISIS_CLV_L1_LSP_IPv6_INTERFACE_ADDR 232
+#define ISIS_CLV_L1_LSP_IPv6_REACHABLE 236
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
* this is would be appreciated!
@@ -84,17 +85,17 @@
#define ISIS_CLV_L2_LSP_IS_NEIGHBORS 2
#define ISIS_CLV_L2_LSP_PARTITION_DIS 4
#define ISIS_CLV_L2_LSP_PREFIX_NEIGHBORS 5
-#define ISIS_CLV_L2_LSP_EXT_IS_REACHABLE 22
+#define ISIS_CLV_L2_LSP_EXT_IS_REACHABLE 22
#define ISIS_CLV_L2_LSP_IP_INT_REACHABLE 128
#define ISIS_CLV_L2_LSP_NLPID 129
#define ISIS_CLV_L2_LSP_IP_EXT_REACHABLE 130
#define ISIS_CLV_L2_LSP_IDRP_INFO 131
#define ISIS_CLV_L2_LSP_IP_INTERFACE_ADDR 132
#define ISIS_CLV_L2_LSP_TE_ROUTER_ID 134
-#define ISIS_CLV_L2_LSP_EXT_IP_REACHABLE 135
+#define ISIS_CLV_L2_LSP_EXT_IP_REACHABLE 135
#define ISIS_CLV_L2_LSP_HOSTNAME 137
-#define ISIS_CLV_L2_LSP_IPv6_INTERFACE_ADDR 232
-#define ISIS_CLV_L2_LSP_IPv6_REACHABLE 236
+#define ISIS_CLV_L2_LSP_IPv6_INTERFACE_ADDR 232
+#define ISIS_CLV_L2_LSP_IPv6_REACHABLE 236
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
* this is would be appreciated!
@@ -113,3 +114,9 @@ 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 */
+
+
+
+
+
+