Wireshark-bugs: [Wireshark-bugs] [Bug 491] Unexpected frame.time_delta behavior
Date: Thu, 14 Sep 2006 09:30:50 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=491





------- Comment #1 from jeff.morriss@xxxxxxxxxxx  2006-09-14 09:30 GMT -------
Yes, "time_delta" is the time from the previously *displayed* frame.  From
packet-frame.c:

~~~
                { &hf_frame_time_delta,
                { "Time delta from previous packet",    "frame.time_delta",
FT_RELATIVE_TIME, BASE_NONE, NULL,
                        0x0,
                        "Time delta since previous displayed frame", HFILL }},
~~~

One thing to improve the situation would be to change the filter description
(or whatever the first string in the hf_ field above is called) to include this
information (e.g., make that string also "Time delta since previous displayed
frame").

Another might be to prohibit filtering on this field altogether since it's,
well, kinda illogical.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.