Can Wireshark be compiled with libgnutls version greater than 3? I'm trying to compile on OpenSuSE 12.1, which has libgnutls 3.0.3 and am getting errors when I run configure. If it can be compiled with libgnutls version greater than 3, how can I force configure to accept the version? asked 29 Oct '12, 11:46 swadlow |
One Answer:
It seems like gnutls is GPLv3 which poses a problem for Wireshark see http://www.wireshark.org/lists/wireshark-dev/201205/msg00186.html and the links in that tread. answered 30 Oct '12, 07:15 Anders ♦ |
Bleh. I sort of expected something like this, but was hoping it wasn't so. Thanks for the information.