aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-16 10:04:33 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-16 10:04:33 +0000
commit77789be82e07e04c592b3d92bf057b1858e99f6c (patch)
treebb3bfeb289d92e59456cbdce615a387fd01f1f61 /packet-isis-lsp.h
parent846213236a59fc082c038e9d5e13efb4bfd81c36 (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. svn path=/trunk/; revision=3308
Diffstat (limited to 'packet-isis-lsp.h')
-rw-r--r--packet-isis-lsp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-isis-lsp.h b/packet-isis-lsp.h
index dd4c16ef96..343ed86ade 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.3 2001/04/08 19:32:03 guy Exp $
+ * $Id: packet-isis-lsp.h,v 1.4 2001/04/16 10:04:30 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -62,6 +62,7 @@
#define ISIS_CLV_L1_LSP_IP_INT_REACHABLE 128
#define ISIS_CLV_L1_LSP_NLPID 129
#define ISIS_CLV_L1_LSP_IP_INTERFACE_ADDR 132
+#define ISIS_CLV_L1_LSP_TE_ROUTER_ID 134
#define ISIS_CLV_L1_LSP_HOSTNAME 137
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
@@ -82,6 +83,7 @@
#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_HOSTNAME 137
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why