Wireshark-bugs: [Wireshark-bugs] [Bug 8529] tshark does not decode field icmp.resp_in while Wire

Date: Wed, 27 Mar 2013 14:14:49 +0000

Comment # 2 on bug 8529 from
(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.