aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cdp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-13 18:02:24 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-13 18:02:24 +0000
commit216a177b124bebda768b5835e94a08162a40a463 (patch)
treef70caf57e38a55c4d423aa321abb76ccd377c190 /packet-cdp.c
parent288e23e5d819f88b0f9ce496c31dfd523d8ac2c7 (diff)
Call the CDP entry listing addresses "Addresses", not "Address" - it can
have more than one address. svn path=/trunk/; revision=1466
Diffstat (limited to 'packet-cdp.c')
-rw-r--r--packet-cdp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-cdp.c b/packet-cdp.c
index a5f73463e2..17dc7f8ef2 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.18 2000/01/13 00:41:09 guy Exp $
+ * $Id: packet-cdp.c,v 1.19 2000/01/13 18:02:24 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -148,7 +148,7 @@ dissect_cdp(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
case TYPE_ADDRESS:
/* Addresses */
tlvi = proto_tree_add_text(cdp_tree, offset,
- 4, "Address",
+ 4, "Addresses",
type, length);
tlv_tree = proto_item_add_subtree(tlvi,
ett_cdp_tlv);