Ask Your Question
0

msbuild built wireshark with ninja built plugin

asked 2022-02-15 08:21:01 +0000

updated 2022-02-16 09:52:26 +0000

grahamb gravatar image

I use ninja to compile wireshark C plugins and use msbuild to compile wireshark. Can ninja compiled plugin be used with msbuild compiled wireshark?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-15 08:55:17 +0000

grahamb gravatar image

Neither ninja nor msbuild are compilers, instead they are "build" processors that call on compilers and linkers to process the source files and produce the build artefacts.

If both builds are using the same compilation toolchain. e.g. MSVC, then it's likely to work. Combinations of toolchains might not. I guess you'll have to test it.

Out of interest, what plugin is using ninja for its build system?

edit flag offensive delete link more

Comments

Thank you for the reply. I am using the same compilation toolchain MSVC, I tested the dll with tshark and it seems work fine. The plugin is developed by our company and for internal use.

ideamark gravatar imageideamark ( 2022-02-15 09:50:35 +0000 )edit

Your Answer

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

Add Answer

Question Tools

Stats

Asked: 2022-02-15 08:07:04 +0000

Seen: 80 times

Last updated: Feb 16 '22