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 11762] Name resolution options are non-functional for tsha

Date: Tue, 24 Nov 2015 17:27:13 +0000

Comment # 2 on bug 11762 from
kl3 (on IRC) discovered that the "N" option has to be enabled for the external
resolver:

 tshark -N Nn -r some.pcap

This works too:

 tshark -r some.pcap -N Nn -z hosts | awk '/^#/{p=1}p' > hosts.txt
 tshark -r some.pcap -H hosts.txt -N n

So it is just a documentation issue.


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