summaryrefslogtreecommitdiff
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-08 19:32:05 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-08 19:32:05 +0000
commit376056336cb799d511ef653ab433687414f8a807 (patch)
tree445b03cc0553cd59e4e068b52f02edc55e19340c /packet-isis-lsp.h
parent69a945b5cefcb4b0ad3c1fd8486981fa5babe733 (diff)
downloadwireshark-376056336cb799d511ef653ab433687414f8a807.tar.gz
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-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 1dec2552c7..dd4c16ef96 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.2 2000/06/19 08:33:49 guy Exp $
+ * $Id: packet-isis-lsp.h,v 1.3 2001/04/08 19:32:03 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_HOSTNAME 137
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
* this is would be appreciated!
@@ -81,6 +82,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_HOSTNAME 137
/*
* Note, the spec say 133, but everyone seems to use 10. Any clue on why
* this is would be appreciated!