Wireshark-bugs: [Wireshark-bugs] [Bug 5133] Wireshark vulnerable to DLL hijacking

Date: Fri, 27 Aug 2010 09:35:14 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5133

--- Comment #17 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-08-27 09:35:13 PDT ---
Another potential solution for Windows < XP SP1?

>From http://msdn.microsoft.com/en-us/library/ms684175(v=VS.85).aspx:
The search path can be altered using the SetDllDirectory function. This
solution is recommended instead of using SetCurrentDirectory or hard-coding the
full path to the DLL.

While SetDllDirectory is recommended over SetCurrentDirectory, since
SetDllDirectory isn't available, maybe calling something like
SetCurrentDirectory("C:\Program Files\Wireshark\") would help when
double-clicking a capture file to launch wireshark.exe on Windows < XP SP1?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.