ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Adding install target to Makefile.nmake for plugins

From: Sreejith M M <sreejith.mm@xxxxxxxxx>
Date: Wed, 13 Nov 2013 23:51:16 +0530

If we just build a plugin, i dont think the dll gets copied to the plugin install directory. In that way, the solution provided by OP helps

On Nov 13, 2013 9:43 PM, "Graham Bloice" <graham.bloice@xxxxxxxxxxxxx> wrote:
On 13 November 2013 16:01, John Dill <John.Dill@xxxxxxxxxxxxxxxxx> wrote:

I added an install target for my protocol dissector plugin nmake file.  Simplifies the tedious step of copying it to the Wireshark/plugins folder during development and test.  Here's the snippets that I added.



The nmake build already copies all needed files to a directory so that the build artifacts can be run for testing.  The directory is set in config.nmake as INSTALL_DIR.  Is there a reason why that directory isn't suitable for your tests, it's always sufficed for mine?

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe