Wireshark-bugs: [Wireshark-bugs] [Bug 4985] new_packet_list: inconsistant frame.time_delta_displ

Date: Thu, 03 Jan 2013 04:07:46 +0000

Comment # 3 on bug 4985 from
Created attachment 9759 [details]
Modified version of original pcap test file with adjusted timestamps.

This is a modified version of the original test pcap file.  The timestamp for
the first frame was set to epoch + 1 second and the timestamp for each
consecutive frame is increased by one second.   The use of integral second
values makes it much easier to see the mis-behavior of the custom column of
frame.time_delta_displayed as various display filters are applied and removed.

Modifying the column preferences to the following values and setting the
standard "Time" column to display as delta displayed will help illustrate the
issue.

<snip>
> # Packet list column format.
> # Each pair of strings consists of a column title and its format.
> column.format: 
>         "No.", "%m",
>         "Time", "%t",
>         "Delta D", "%Gt",
>         "delta_dis", "%Cus:frame.time_delta_displayed:0:R",
>         "Source", "%s",
>         "Destination", "%d",
>         "Protocol", "%p",
>         "Length", "%L",
>         "Info", "%i"
> 
> ######## User Interface: Font ########
<snip>


You are receiving this mail because:
  • You are the assignee for the bug.
  • You are watching all bug changes.