Wireshark-bugs: [Wireshark-bugs] [Bug 8609] Redirection of "wireshark.exe -D" to a text file is
Date: Fri, 26 Apr 2013 05:38:54 +0000

Comment # 14 on bug 8609 from
(In reply to comment #12)
> Well, it appears that, at least on XP, AttachConsole(ATTACH_PARENT_PROCESS)
> claims to succeed, but doesn't appear to make the output go to the console;
> that may be what's happening in bug 7755.

Not on Windows 7, at least; if you launch Wireshark from the GUI,
AttachConsole(ATTACH_PARENT_PROCESS) fails *AND* prevents a subsequent
AllocConsole() from succeeding.  A workaround for that, which appears to fix
the problem on W7 but not on XP, has been checked in.


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