First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

what is the license for the Wireshark GUI?

  • retag add tags

I would like to know if the license applicable to the Wireshark GUI allows copying parts of the GUI and use them commercially. what is the license for the Wireshark GUI?

Hannahm's avatar
1
Hannahm
asked 2018-07-11 16:02:49 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

GPL v2. See the FAQ section 1.9.

Basically this means that you would need to make the entire source code of your product available if you include code from Wireshark.

grahamb's avatar
23.8k
grahamb
answered 2018-07-11 16:11:45 +0000
edit flag offensive 0 remove flag delete link

Comments

And this is the license for almost all of Wireshark (with a few exceptions, such as the Internet checksum code, which is BSD-licensed), so there's very little of the Wireshark code you can use in a program or library without making your program or library GPL, so that the source code must be made available.

Here's the GPL v2, and here's the FAQ for the GPL v2, which says a lot about what you can, and can't, do with GPLed code.

Guy Harris's avatar Guy Harris (2018-07-11 17:47:07 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer