aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wccp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-05 21:42:28 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-05 21:42:28 +0000
commitefe67639880d6538b79174c48c385b17115beb75 (patch)
treea8730c0176dbe947c5c70e7ab9fd33440f3b5067 /epan/dissectors/packet-wccp.c
parent580a24336124b8bb7f65de095641ce35562bb429 (diff)
"Web Cache Coordination Protocol" ==> "Web Cache Communication Protocol"
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4643 svn path=/trunk/; revision=32392
Diffstat (limited to 'epan/dissectors/packet-wccp.c')
-rw-r--r--epan/dissectors/packet-wccp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wccp.c b/epan/dissectors/packet-wccp.c
index cdfa53d851..f971a2037d 100644
--- a/epan/dissectors/packet-wccp.c
+++ b/epan/dissectors/packet-wccp.c
@@ -1,5 +1,5 @@
/* packet-wccp.c
- * Routines for Web Cache Coordination Protocol dissection
+ * Routines for Web Cache Communication Protocol dissection
* Jerry Talkington <jtalkington@users.sourceforge.net>
*
* $Id$
@@ -1446,7 +1446,7 @@ proto_register_wccp(void)
&ett_unknown_info,
};
- proto_wccp = proto_register_protocol("Web Cache Coordination Protocol",
+ proto_wccp = proto_register_protocol("Web Cache Communication Protocol",
"WCCP", "wccp");
proto_register_field_array(proto_wccp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));