Wireshark-bugs: [Wireshark-bugs] [Bug 8609] Redirection of "wireshark.exe -D" to a text file is

Date: Wed, 24 Apr 2013 13:42:51 +0000

changed bug 8609

What Removed Added
CC   [email protected]

Comment # 1 on bug 8609 from
Typing "wireshark -D" in the command line is launching a separate process,
preventing the redirection to a text file to work as expected.
Instead you should use the command line tools:
"tshark.exe -D 2> output.txt"
or
"dumpcap.exe -D 2> output.txt"


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