summaryrefslogtreecommitdiff
path: root/packet-isis-lsp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-23 22:03:41 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-23 22:03:41 +0000
commitc9396446fb4c2ed7fa2bbe374eb997aa6ea240b3 (patch)
treed7d14b7b64901af31d08f8ebfe7cde6545bca79d /packet-isis-lsp.c
parent2128583c24656c75d19264bb4cbc289c5bf2b8ad (diff)
downloadwireshark-c9396446fb4c2ed7fa2bbe374eb997aa6ea240b3.tar.gz
From Heikki Vatiainen: fix the test for IS-IS virtual links.
svn path=/trunk/; revision=5010
Diffstat (limited to 'packet-isis-lsp.c')
-rw-r--r--packet-isis-lsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-isis-lsp.c b/packet-isis-lsp.c
index a8c04b3073..cdf55396ed 100644
--- a/packet-isis-lsp.c
+++ b/packet-isis-lsp.c
@@ -1,7 +1,7 @@
/* packet-isis-lsp.c
* Routines for decoding isis lsp packets and their CLVs
*
- * $Id: packet-isis-lsp.c,v 1.25 2002/01/21 07:36:36 guy Exp $
+ * $Id: packet-isis-lsp.c,v 1.26 2002/03/23 22:03:41 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -967,7 +967,7 @@ dissect_lsp_eis_neighbors_clv_inner(tvbuff_t *tvb, packet_info *pinfo,
if ( show_virtual ) {
/* virtual path flag */
proto_tree_add_text ( tree, tvb, offset, 1,
- tvb_get_guint8(tvb, offset) ? "IsNotVirtual" : "IsVirtual" );
+ tvb_get_guint8(tvb, offset) ? "IsVirtual" : "IsNotVirtual" );
} else {
proto_tree_add_text ( tree, tvb, offset, 1,
"Reserved value 0x%02x, must == 0",