Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8160] Delta time regressions to tshark introduced with SVN

Date: Sat, 06 Jul 2013 01:12:58 +0000

Comment # 9 on bug 8160 from
Jim, I think the issue that you describe in comment #7 is that -td does not
format delta-displayed. -tdd formats delta displayed (and works in my tests)
while -td does straight delta, ignoring which packets are displayed or not.

However, Jakub's remaining case is valid.

This works: tshark -Y icmp -tdd -r dhcp-icmp-adjusted3.pcap
This does not: tshark -2Y icmp -tdd -r dhcp-icmp-adjusted3.pcap

Since -Y does not affect which packets get processed on the second pass, the
two listed commands should produce exactly the same output, however the second
one incorrectly ignores filtered packets.


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