I have a plugin for Wireshark that works when copying my files to
Now I want to build my plugin as part of Wireshark. The myplug.obj, myplug.lib (needed by myplugin.dll to built), and myplug.dll are located outside of the C:\wireshark-trunk and everything is built correctly but I cannot get myplug.dll copied into the wireshark folder during initial build. What file(s) do I need to look at to include myplug.dll for packaging? Thanks, Michael asked 05 Nov '10, 13:11 Michael Wells edited 08 Nov '10, 06:03 |
One Answer:
answered 05 Nov '10, 14:25 Jaap ♦ |
Thank you, I have already modified all the files including the two you mentioned.
The build and installer correctly get myplugin.dll but I have not found a way to get myplug.dll (notice the difference in name) copied into the install dir of Wireshark during build.install time. I still need to copy that one manually.