diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-06-07 19:13:35 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-06-07 19:13:35 +0000 |
commit | 4dff9f69c00bb22720fffe4959a5057aad0919e5 (patch) | |
tree | 27614bc9aa71b422d431e621b31d42127d893470 /packet-isis-lsp.h | |
parent | 2388d411bde2e449a12c4f84827610c020e7398f (diff) | |
download | wireshark-4dff9f69c00bb22720fffe4959a5057aad0919e5.tar.gz wireshark-4dff9f69c00bb22720fffe4959a5057aad0919e5.tar.bz2 wireshark-4dff9f69c00bb22720fffe4959a5057aad0919e5.zip |
More updates from Hannes Gredler.
svn path=/trunk/; revision=3522
Diffstat (limited to 'packet-isis-lsp.h')
-rw-r--r-- | packet-isis-lsp.h | 4 |
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) /* |