How to turn on console for extcap
I was using a older version Wireshark that allowed console output to be displayed when using a extcap executable. The newer version hides it. I was using a standard printf to debug my program. How to you turn back the console output for the extcap executable? I tried turning on Wireshark console but is does not show the standard output.
Also my extcap stops collecting packets which it did not do in the older version. Anybody have any ideas what might have changed in the newer version? I am having a tough time since my debug info is not show in the console.
Ok I if turn of all cout to the console packet do not stop. So it has something to do with the standard output being written. Is there anyway to still write to console window for a extcap program?