On Fri, Oct 3, 2014 at 5:17 PM, <[email protected]> wrote: > Console App written in C(++) and not have the ugly console window pop up when > you start > capturing. > > If these are indeed "intended limitations", than yes documenting on the Wiki > would be a good start.
This is the way how it works in Windows. If you want to get rid of that console window you can change the application type to Windows application (the difference is just one byte in PE header). This will get your application to start without standard handles (stdin, stdout, stderr). This is what I am going to do in USBPcapCMD sometime soon. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
