aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isis-lsp.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-07 19:13:35 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-07 19:13:35 +0000
commit52354f59cef21fc32ed5aa3c80fa502b0b5af3a4 (patch)
tree27614bc9aa71b422d431e621b31d42127d893470 /packet-isis-lsp.h
parentfa79caf2e0acac6e7ff85b2245055bb34750bb8e (diff)
More updates from Hannes Gredler.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3522 f5534014-38df-0310-8fa8-9805f1628bb7
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 865d568fab..d33272c924 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.5 2001/05/14 18:40:15 guy Exp $
+ * $Id: packet-isis-lsp.h,v 1.6 2001/06/07 19:13:35 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -50,7 +50,9 @@
#define ISIS_LSP_TYPE_LEVEL_2 3
#define ISIS_LSP_CLV_METRIC_SUPPORTED(x) ((x)&0xf0)
+#define ISIS_LSP_CLV_METRIC_IE(x) ((x)&0x20)
#define ISIS_LSP_CLV_METRIC_RESERVED(x) ((x)&0x40)
+#define ISIS_LSP_CLV_METRIC_UPDOWN(x) ((x)&0x40)
#define ISIS_LSP_CLV_METRIC_VALUE(x) ((x)&0x3f)
/*