aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-23 09:53:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-23 09:53:53 +0000
commit2620334f8a5d2be6544da8a49d202975d5ecd52f (patch)
tree2e9e1642405c293256cdfa666185b9c42a2643d3 /packet-icp.c
parent7ea93b2af73e032db139e06e075aea72fe99aea5 (diff)
Capitalize the "p" in "protocol" in "Internet Cache Protocol", to match
other protocol names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1374 f5534014-38df-0310-8fa8-9805f1628bb7
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));
}