summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 36e6dc72c7..6d48a6b4d9 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.18 2001/06/23 19:45:12 guy Exp $
+ * $Id: packet-isis-lsp.c,v 1.19 2001/07/01 20:37:02 guy Exp $
* Stuart Stanley <stuarts@mxmail.net>
*
* Ethereal - Network traffic analyzer
@@ -927,7 +927,7 @@ dissect_lsp_eis_neighbors_clv_inner(const u_char *pd, int offset,
if ( show_virtual ) {
/* virtual path flag */
proto_tree_add_text ( tree, NullTVB, offset, 1,
- &pd[offset] ? "IsNotVirtual" : "IsVirtual" );
+ pd[offset] ? "IsNotVirtual" : "IsVirtual" );
} else {
proto_tree_add_text ( tree, NullTVB, offset, 1,
"Reserved value 0x%02x, must == 0",