Wireshark-bugs: [Wireshark-bugs] [Bug 11839] Starting Wireshark from Visual Studio 2013 gives Sy
Date: Tue, 01 Dec 2015 16:47:23 +0000

Comment # 4 on bug 11839 from
Not really.

extcap creates a new environment for the child process and adds the directory
of the Wireshark process, which contains the DLLs required, to the PATH of the
environment for the child process.

See extcap.c, extcap_if_add() for the gory details.

Can you confirm if either of my "workarounds", i.e. run in the VS debugger, or
adding the path to the build dir (run\xxx) to the PATH in the shell you're
using to run Wireshark, work for you?


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