Clarify the description of frame.time_delta. This partially addresses

bug 491.

svn path=/trunk/; revision=20870
This commit is contained in:
Gerald Combs 2007-02-20 01:32:14 +00:00
parent 07f8ad771e
commit 5ddc9ab395
1 changed files with 10 additions and 10 deletions

View File

@ -462,9 +462,9 @@ proto_register_frame(void)
"The timestamp from the capture is out of the valid range", HFILL }},
{ &hf_frame_time_delta,
{ "Time delta from previous frame", "frame.time_delta", FT_RELATIVE_TIME, BASE_NONE, NULL,
{ "Time delta from previous displayed frame", "frame.time_delta", FT_RELATIVE_TIME, BASE_NONE, NULL,
0x0,
"Time delta since previous displayed frame", HFILL }},
"Time delta from previous displayed frame", HFILL }},
{ &hf_frame_time_relative,
{ "Time since reference or first frame", "frame.time_relative", FT_RELATIVE_TIME, BASE_NONE, NULL,