aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-03ssl: use ws_strtou function.Dario Lombardo1-3/+5
2016-09-16ssl-utils: remove block and key sizes from cipher suites tablePeter Wu1-1/+1
2016-09-09ssl: set protocol column to "TLS" when possiblePeter Wu1-25/+24
2016-09-06ssl: really fix session resumption expert infoPeter Wu1-2/+7
2016-09-04ssl,http: rename http-over-ssl to http-over-tlsPeter Wu1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-30Support Decode As for {SSL,TLS}-over-TCP.Guy Harris1-0/+41
2016-07-27ssl-utils: ensure that the cipher suite matches decoderPeter Wu1-2/+3
2016-07-18Use follow_record_t in SSL follow stream.Jeff Morriss1-10/+14
2016-06-29Provide new interface for Export PDU.Michael Mann1-6/+2
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-5/+2
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-06-05Resolve false positive ERROR: NO ARRAY found in ei array entriesJim Young1-1/+1
2016-03-20Fix incorrect table being used to store Session TicketsAdam Schwalm1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
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