This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Dissector source code

1

If I write a dissector for my proprietary protocol and I give the dissectors to my customers do I have to make the source available?

asked 26 Feb '13, 11:12

gmeloney's gravatar image

gmeloney
16112
accept rate: 0%


One Answer:

1

Yes, as you are using or interfacing with code of Wireshark which is licensed according to GPL. So, you need to make your code available as well. See the following questions.

http://ask.wireshark.org/questions/12371/wireshark-plugin-and-gpl-license

http://ask.wireshark.org/questions/15154/distributing-wireshark
http://ask.wireshark.org/questions/8798/commerical-use-of-wireshark

Regards
Kurt

answered 26 Feb '13, 11:23

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%