Re: [Wireshark-dev] Qt License Change

2014-08-20 Thread Bálint Réczey
Hi, 2014-08-20 18:36 GMT+02:00 ronnie sahlberg : > I think the biggest gotcha with LGPLv3 is that it is no longer > compatible with GPLv2 only code. > Wireshark does not have any GPLv2only code right? If not, we should be ok. > > On Wed, Aug 20, 2014 at 9:31 AM, Evan Huus wrote: >> http://blog.qt

Re: [Wireshark-dev] Qt License Change

2014-08-20 Thread ronnie sahlberg
I think the biggest gotcha with LGPLv3 is that it is no longer compatible with GPLv2 only code. Wireshark does not have any GPLv2only code right? If not, we should be ok. On Wed, Aug 20, 2014 at 9:31 AM, Evan Huus wrote: > http://blog.qt.digia.com/blog/2014/08/20/adding-lgpl-v3-to-qt/ > > I don't

[Wireshark-dev] Qt License Change

2014-08-20 Thread Evan Huus
http://blog.qt.digia.com/blog/2014/08/20/adding-lgpl-v3-to-qt/ I don't *think* this affects us, but I haven't thought about it too hard. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/

Re: [Wireshark-dev] [Wireshark-commits] master 1194061: clear the temporary components of usb_conv_info_t before we dissect a new packet

2014-08-20 Thread Martin Kaiser
> Frankly, conversation structures shouldn't have per-packet data in > them at all; this was probably the easiest way to fix the fuzz > failure, but it really seems odd to me that it even needs to be done. > Thoughts? True. Per-packet data shouldn't be part of the conversation struct. I'm working