Comment # 14
on bug 8609
from Guy Harris
(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.