aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-23 09:53:53 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-23 09:53:53 +0000
commit5972bd27f8ddb19c7f566e848b155a2c6605c319 (patch)
tree2e9e1642405c293256cdfa666185b9c42a2643d3 /packet-icp.c
parentb96ac8c220f81f81c4ec16092174609c207083fb (diff)
Capitalize the "p" in "protocol" in "Internet Cache Protocol", to match
other protocol names. svn path=/trunk/; revision=1374
Diffstat (limited to 'packet-icp.c')
-rw-r--r--packet-icp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-icp.c b/packet-icp.c
index 18d328daf8..c2d16b7497 100644
--- a/packet-icp.c
+++ b/packet-icp.c
@@ -2,7 +2,7 @@
* Routines for ICP (internet cache protocol) packet disassembly
* RFC 2186 && RFC 2187
*
- * $Id: packet-icp.c,v 1.3 1999/11/16 11:42:32 guy Exp $
+ * $Id: packet-icp.c,v 1.4 1999/12/23 09:53:53 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Peter Torvals
@@ -282,7 +282,7 @@ proto_register_icp(void)
&ett_icp_payload,
};
- proto_icp = proto_register_protocol ("Internet Cache protocol", "icp");
+ proto_icp = proto_register_protocol ("Internet Cache Protocol", "icp");
proto_register_field_array(proto_icp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
}