aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-21Add missing const qualifiers for packet-ssl.c [-Wcast-qual]João Valverde1-2/+2
2016-01-18SSL : Fix Branch condition evaluates to a garbage value found by ClangAlexis La Goutte1-1/+1
2016-01-16ssl: fix app_data handle detectionPeter Wu1-2/+7
2016-01-15ssl: avoid duplicate PDU dissectionsPeter Wu1-4/+30
2016-01-14ssl: improve interaction with heuristics subdissectorsPeter Wu1-35/+66
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-0/+63
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2016-01-03Pass SslPacketInfo structure directly to SSL tap instead of having listeners ...Michael Mann1-2/+2
2015-12-17ssl: Fix heartbeat message length.Stig Bjørlykke1-1/+1
2015-12-11ssl: fix SSLv2 Client Hello dissectionPeter Wu1-85/+82
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-16ssl,dtls: use ProtocolVersion from Server HelloPeter Wu1-35/+3
2015-11-16ssl,dtls: use a single field to track ProtocolVersionPeter Wu1-108/+36
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-66/+55
2015-11-07ssl: add expert info for session resumptionPeter Wu1-39/+5
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-29ssl-utils: add versions to ssl debug logPeter Wu1-1/+0
2015-10-27[ssl] dissect handshake messages even if we have no treeMartin Kaiser1-25/+18
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-2/+2
2015-10-16ssl-utils: allow gcrypt without GnuTLS, improve structurePeter Wu1-6/+5
2015-10-15ssl: detect very small heartbeat sizePeter Wu1-34/+40
2015-10-14[ssl handshake] remove unnecessary if (tree) checksMartin Kaiser1-37/+28
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu1-5/+3
2015-10-07ssl-utils: simplify private key storage, fix resource leaksPeter Wu1-2/+2
2015-09-25Multiple SSL content in one packet fixMichal Pazdera1-6/+6
2015-09-21ssl: determine DTLS by positively checking for UDPAlex Badea1-3/+3
2015-07-20Fix escaping of strings in UATs.Guy Harris1-1/+3
2015-07-15Simply code for export of PDUs coming from heuristic dissectorsPascal Quantin1-3/+1
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu1-8/+17
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-12/+23
2015-06-04SSL: Add support for private key password when decryptingKevin Grigorenko1-3/+4
2015-05-28Don't warn about overwriting filename preferences.Gerald Combs1-2/+2
2015-05-26Remove proto_tree_add_text from packet-ssl-utils.cMichael Mann1-1/+1
2015-05-09SSL: fix dissection of CertificateStatus message with OCSP_MULTIJamil Nimeh1-3/+5
2015-03-16Remove proto_tree_add_text from packet-ssl.cMichael Mann1-73/+172
2015-03-12Export CLIENT_RANDOM with Export SSL Session KeysPeter Wu1-2/+4
2015-03-12ssl,dtls: fix CertificateVerify dissection for TLSv1.2Peter Wu1-54/+1
2015-02-19ssl: check for minimal SSLv3/TLS record sizePeter Wu1-0/+15
2015-02-09ssl,dtls,ssl-utils: Prepare for STARTTLS handlingPeter Wu1-53/+56
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-0/+1
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-1/+1
2015-01-10Remove/replace ep_strsplit()Evan Huus1-3/+6
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-5/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-11/+7
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-11-24SSL: Implement Extended Master SecretDave Tapuska1-0/+2