aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmp.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-05 16:04:04 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-05 16:04:04 +0000
commitdec2d034b0d4465e3c43f3a05350d9ceff06a5c1 (patch)
tree10089ab1df0c880a42e00c9b1d5c2e6afb023507 /epan/dissectors/packet-icmp.c
parentb436d64d555456f882aae43dafc6ec86e89b5815 (diff)
Try to describe icmp.resp_in and icmp.resp_to more clearly.
svn path=/trunk/; revision=45332
Diffstat (limited to 'epan/dissectors/packet-icmp.c')
-rw-r--r--epan/dissectors/packet-icmp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-icmp.c b/epan/dissectors/packet-icmp.c
index 0b5362095d..00d82be6bb 100644
--- a/epan/dissectors/packet-icmp.c
+++ b/epan/dissectors/packet-icmp.c
@@ -1624,15 +1624,15 @@ proto_register_icmp(void)
NULL, HFILL }},
{ &hf_icmp_resp_in,
- { "Response In", "icmp.resp_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
- "The response to this request is in this frame", HFILL }},
+ { "Response frame", "icmp.resp_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ "The frame number of the corresponding response", HFILL }},
{ &hf_icmp_resp_to,
- { "Response To", "icmp.resp_to", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
- "This is the response to the request in this frame", HFILL }},
+ { "Request frame", "icmp.resp_to", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+ "The frame number of the corresponding request", HFILL }},
{ &hf_icmp_resptime,
- { "Response Time", "icmp.resptime", FT_DOUBLE, BASE_NONE, NULL, 0x0,
+ { "Response time", "icmp.resptime", FT_DOUBLE, BASE_NONE, NULL, 0x0,
"The time between the request and the response, in ms.", HFILL }},
{ &hf_icmp_data_time,