Comment # 7
on bug 8160
from Jim Young
Hello Evan,
With -Y:
tshark -Y icmp -td -r dhcp-icmp-adjusted3.pcap
The standard "Time" (%t) column (formatted at Delta Displayed) is wrong, while
the "Delta D" (%Gt) column does indeed display as expected.
Look at output for frame numbers 14, 19 and 24.
With -R:
tshark -R icmp -td dhcp-icmp-adjusted3.pcap
We get the same output as the -Y report with the addition of an initial
deprecation message:
> tshark: -R without -2 is deprecated. For single-pass filtering use -Y.
With -R and -2:
tshark -2 -R icmp -td -r dhcp-icmp-adjusted3.pcap
We get correct delta displayed time stamps in both Time (%t formatted at Delta
Displayed) and "Delta D" (%Gt) columns, but now the frame numbers are based on
the ordinal number of what passed the the -R filter and not on the number of
frames from the input file.
Look at output for frame numbers 2, 6, and 10.
You are receiving this mail because:
- You are watching all bug changes.