Hi, Thanks this worked perfectly. I agree it should be made more known since it is such a common question.
Greg _________________________________________________________ Hello "Couldn't load module C:\Program Files\Wireshark\plugins\1.0.5\ccs.dll: The Specified module could not be found." is the error window I have if I do not include the manifest inside the dll. To include the manifest inside the dll : mt.exe -manifest <dll_name>.dll.manifest -outputresource:<dll_name>.dll;2 Plugin works for me. dissector with C++ inside, production : wireshark 1.0.3, Vista, Visual C++ 2005 EE works on : - 1.0.5 standard installation (Vista and XP) - 1.0.3 standard installation (XP) - 1.0.3 own build installation (Vista and XP) Olivier ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
