aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
svn path=/trunk/; revision=52591
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+6
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2012-11-02From Dirk:Anders Broman1-0/+2
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 svn path=/trunk/; revision=45866
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-28From Andreas Heise:Anders Broman1-0/+2
option ssl_ignore_mac_failed. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6748 svn path=/trunk/; revision=40752
2011-05-28Add "File -> Export -> SSL Session Keys..." to be able to save the keyring ↵Sake Blok1-0/+2
info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server. (See also: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444) svn path=/trunk/; revision=37446
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter1-1/+1
svn path=/trunk/; revision=25721
2007-01-04- new ssl_set_master_secret() which can set master secret (and optionally ↵Tomas Kukosa1-0/+6
other parameters) into SSL dissector from external source, e.g. private 'trace protocol' dissector - call 'data' subdissector for decrypted data in real dissector is not found svn path=/trunk/; revision=20300
2006-08-29get rid of few warningsTomas Kukosa1-2/+2
svn path=/trunk/; revision=19072
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-0/+1
- register H.225.0 over TLS (configurable port 1300) - register SIP over TLS (fixed port 5061) - new function proto_tree_get_root() svn path=/trunk/; revision=19059
2006-08-25commit forgotten fileTomas Kukosa1-0/+30
svn path=/trunk/; revision=19028