aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-clv.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-19 23:30:29 +0000
committerEvan Huus <eapache@gmail.com>2013-06-19 23:30:29 +0000
commit3a614b161f4bb9814e5ddb48b4fbe93a76965e7a (patch)
treec3f1f7382ad2961842528b60932fa7b14f8a997b /epan/dissectors/packet-isis-clv.c
parent8411a601df671e31ef4a89d68e8a0b196c785acb (diff)
Based on patch from gyanesh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8268
Clarify display of the overload bit in multi-topology supported TLV for SPB. svn path=/trunk/; revision=50068
Diffstat (limited to 'epan/dissectors/packet-isis-clv.c')
-rw-r--r--epan/dissectors/packet-isis-clv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-isis-clv.c b/epan/dissectors/packet-isis-clv.c
index b1e90044a8..f22edaa9fe 100644
--- a/epan/dissectors/packet-isis-clv.c
+++ b/epan/dissectors/packet-isis-clv.c
@@ -290,10 +290,10 @@ isis_dissect_mt_clv(tvbuff_t *tvb, proto_tree *tree, int offset, int length,
}
proto_tree_add_uint_format ( tree, tree_id, tvb, offset, 2,
mt_block,
- "%s Topology (0x%03x)%s%s",
+ "%s Topology (0x%03x), %ssubTLVs present%s",
mt_desc,
mt_block&0xfff,
- (mt_block&0x8000) ? "" : ", no sub-TLVs present",
+ (mt_block&0x8000) ? "" : "no ",
(mt_block&0x4000) ? ", ATT bit set" : "" );
} else {
proto_tree_add_text ( tree, tvb, offset, 1,