Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Dumpcap -D outputting results to text file

From: "Keith French" <keithfrench@xxxxxxxxxxxxx>
Date: Thu, 28 Jul 2011 10:20:57 +0100
Great thanks for that.

-----Original Message----- From: Jeroen Eeuwes
Sent: Wednesday, July 27, 2011 4:29 PM
To: Community support list for Wireshark
Subject: Re: [Wireshark-users] Dumpcap -D outputting results to text file

Hi Keith,

Thanks for that, as you said using the "2>" worked fine. How did you find that out?

Well, there are not that many output options. If it isn't STDOUT it is STDERR.

You can also redirect both STDOUT and STDERR to one file like this:

"C:\Program Files\Wireshark\dumpcap.exe" -D > "C:\Program
Files\Wireshark\output.txt" 2>&1

That way you can use one command for both versions, so perhaps that is
more useful?


See http://support.microsoft.com/kb/110930 for more info about
redirecting under Windows.

Best regards,
Jeroen Eeuwes
___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
            mailto:wireshark-users-request@xxxxxxxxxxxxx?subject=unsubscribe