Ask Your Question
0

Can I call any other executable/program from wireshark?

asked 2020-09-14 07:58:40 +0000

amit_wireshark gravatar image

Hello all,

Can I call any other program/executable (say ABC) from wireshark source code? To be explicit, ABC is not a library to be linked with wireshark. It is a program/executable which is called/instantiated from wireshark source code.

1) Can I call any other open source free program/executable from wireshark source code? What are the license conditions for this case?

2) Can I call any other proprietary program/executable from wireshark source code? If yes, does it require to have the source code of this proprietary program/executable be released under GPLv2?

Regards,
Amit

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-09-14 08:17:09 +0000

grahamb gravatar image

Thank you for asking for this clarification. If there are financial implications to your question you should consult a lawyer for your jurisdiction and not rely on random postings on the Internet.

Wireshark is distributed under the GNU GPLv2 or later, see here for the license details.

Most parts of Wireshark are covered by a "GPL version 2 or later" license. Some files are covered by different licenses that are compatible with the GPLv2.

If you don't distribute your modified version then there is no problem at all.

If you wish to distribute your modified version, then you will have to make your changes to Wireshark available to the recipients of your modified version.

Note: The subsequent is somewhat informed comment on my part.

If your associated program can be run standalone, i.e. does not depend on Wireshark for it's functionality, and your changes to Wireshark still allow it to run without the associated executable then I don't think your associated program must be GPLv2 compatible. See the GPLv2 FAQ items on "Combining work with code released under the GPL", and in particular programs and plugins and Aggregation.

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: 2020-09-14 07:58:40 +0000

Seen: 212 times

Last updated: Sep 14 '20