Wireshark-commits: [Wireshark-commits] rev 45926: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Mon, 05 Nov 2012 13:48:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45926

User: etxrab
Date: 2012/11/05 05:48 AM

Log:
 Copy over:
 ----------------------------------------------------------------------------------------
 Revision 44611 - From Teguh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7657
 
 Replace the last instance of gnutls_datum with gnutls_datum_t. The former
 is deprecated, and the latter is already being used elsewhere in the file.
 ----------------------------------------------------------------------------------------
 Revision 45465 - Make the SSL dissector work with GnuTLS compiled with nettle.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6869
 ----------------------------------------------------------------------------------------
 Revision 45865 - Print the GNUTLS error message upon import failure.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7948
 
 ----------------------------------------------------------------------------------------
 Revision 45866 - This patch will print the information if an
 invalid string was entered. It would be better to have a button to click on in
 the UAT dialog to show valid values, but I don't know how I could do that with
 the UAT system. So I'm simply printing it now in the error dialog, which should
 be good enough.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7949

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                  Action
  +16 -48    packet-ssl-utils.c    Modified