Comment # 9
on bug 8160
from Evan Huus
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.