Wireshark-bugs: [Wireshark-bugs] [Bug 10733] capinfos: Can't open * : No such file or directory
Date: Wed, 26 Nov 2014 19:36:37 +0000

changed bug 10733


What Removed Added
Status UNCONFIRMED RESOLVED
Resolution --- NOTOURBUG

Comment # 2 on bug 10733 from
">>F:\Dumpcap_Logs\Total_Count.csv" is not a command-line argument, it's a
redirection of the standard output.

You'll have to figure out how to redirect the standard output to an arbitrary
file from .NET - *and* do so in a fashion that doesn't truncate the file, but
causes writes to be done to the end of an existing file.

I.e., this is not a problem with capinfos, it's a problem with your VB.NET
program.


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