aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-13 09:35:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-13 09:35:41 +0000
commit06c5774ae50a36461c420ca633a9d4f4bb2c07a1 (patch)
treec81b128e4576dfa43e9dd7e262a15bca4b852e22 /packet-cdp.c
parent421a42d2b381fbc8d6befafc4ac44600e64b40a0 (diff)
Clean up the message for one capability bit, as per a suggestion by John
Engelhart. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10367 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-cdp.c')
-rw-r--r--packet-cdp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-cdp.c b/packet-cdp.c
index 23ff00be04..5333cd758d 100644
--- a/packet-cdp.c
+++ b/packet-cdp.c
@@ -2,7 +2,7 @@
* Routines for the disassembly of the "Cisco Discovery Protocol"
* (c) Copyright Hannes R. Boehm <hannes@boehm.org>
*
- * $Id: packet-cdp.c,v 1.51 2004/03/05 09:58:31 guy Exp $
+ * $Id: packet-cdp.c,v 1.52 2004/03/13 09:35:41 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -742,8 +742,8 @@ dissect_capabilities(tvbuff_t *tvb, int offset, int length, proto_tree *tree)
"Not a Host"));
proto_tree_add_text(capabilities_tree, tvb, offset, 4,
decode_boolean_bitfield(capabilities, 0x20, 4*8,
- "Is a IGMP",
- "Not a IGMP"));
+ "Is IGMP capable",
+ "Not IGMP capable"));
proto_tree_add_text(capabilities_tree, tvb, offset, 4,
decode_boolean_bitfield(capabilities, 0x40, 4*8,
"Is a Repeater",