Comment # 2
on bug 8529
from Chris Maynard
(In reply to comment #0)
> tshark -r bug_icmp_resp_in.pcapng -T fields -e "icmp.resp_in"
> also yields no output, which is incorrect. I expect the same output as with
> Wireshark.
>
> Adding "-2" option to tshark to enable it to look into future by running
> 2-step-analysis does not make a difference.
The "-2" option should work when reading from a file, i.e.:
tshark -r bug_icmp_resp_in.pcapng -T fields -e "icmp.resp_in" -2
You are receiving this mail because:
- You are watching all bug changes.