Ask Your Question
0

how to build plugin dll separately in linux ENV

asked 2021-03-21 15:19:38 +0000

taotiemuren gravatar image

I have built wireshark and all plugins with source code according to official guide, and it works well in window 10.

Now I have two question:

  1. I add a folder foo in epan and add some implementation in it. Could I just build it to foo.dll without building whole wireshark project, it seems with some necessary dependency headers(some are generated in the first time when building whole wireshark project), it should be possible to build separately, could anyone provide this separate sub-project? some build advice?

  2. could it be built to foo.dll separately(with some necessary headers) with cross-compiler in linux env? how to build it? and then when replacing it in windows 10, it could run normally.

Thanks for your help and comment in advance.

edit retag flag offensive close merge delete

Comments

I get the solution to build plugin separately. Second question is still confusing me. Appreciate for your help.

taotiemuren gravatar imagetaotiemuren ( 2021-03-21 15:57:00 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-03-21 18:17:19 +0000

grahamb gravatar image

While others may have succeeded via ad-hoc solutions there are no options in the project build system to cross-compile or even build plug-ins separately.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-03-21 15:19:38 +0000

Seen: 286 times

Last updated: Mar 21 '21