I'm using this command with
while installing wireshark version 1.12.0 from source in Linux but I'm still getting wireshark with no SSL preferences that are related to the decryption. Any idea why it is not working and how to fix this? Thanks. |
What does the ./configure summary output say? Unfortunately "--with-gnutls" does not generate an error if ./configure can't find gnutls so it might still say this:
in which case Wireshark won't actually be built with the gnutls library. (The fact that you can explicitly requested gnutls but silently not get it is a bug.) I submitted a change which will cause ./configure to error out if --with-gnutls is specified but the library is not found.
(20 Aug '14, 08:18)
JeffMorriss ♦
Oh, and of course if it does use
(20 Aug '14, 11:44)
JeffMorriss ♦
Thank you this was helpful.When I searched the output I found that:
I've installed the dev version of the gnutls and this solves the problem.
(25 Aug '14, 16:18)
flora
|
You probaly want --with-ssl Thanks for your suggestion but using this configured wireshark with the ssl but not with gnutls.
(25 Aug '14, 16:19)
flora
|