summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-28(D)TLS: fix type of record sequence numberTLS13Peter Wu1-2/+2
2017-01-28TLS: fix decryption of renegotiated sessionsPeter Wu1-3/+0
2017-01-28(D)TLS: consolidate and simplify decrypted records handlingPeter Wu1-74/+44
2017-01-12uat: fix build error without libgcrypt/gnutlsDario Lombardo1-0/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+8
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+2
2016-12-06DTLS: add support for use_srtp extension (RFC 5764)Peter Wu1-1/+86
2016-11-30ssl,dtls: add expert info for overly large record lengthsPeter Wu1-1/+5
2016-10-23dtls: use ws_strtoi function.Dario Lombardo1-2/+3
2016-10-07TLS(1.3): Add Hello Retry Request (6) extensionAlexis La Goutte1-0/+5
2016-09-06ssl: really fix session resumption expert infoPeter Wu1-2/+7
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-24dtls: remove unneeded checks (CID 1158712 & 1158716).Dario Lombardo1-13/+11
2016-06-29Provide new interface for Export PDU.Michael Mann1-6/+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-04-18dtls: fix 'data' was marked unused but was used [-Werror,-Wused-but-marked-un...Alexis La Goutte1-1/+1
2016-03-31dtls: Fix ClientCertificateVerify dissectionPeter Wu1-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-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-10/+10
2015-11-16ssl,dtls: use ProtocolVersion from Server HelloPeter Wu1-42/+12
2015-11-16ssl,dtls: use a single field to track ProtocolVersionPeter Wu1-68/+14
2015-11-09DTLS: fix no previous prototype for 'dtls_dissector_add/delete' [-Wmissing-pr...Alexis La Goutte1-0/+1
2015-11-07Add support for registering protocols (dissectors) over DTLS.Michael Mann1-0/+12
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-16/+53
2015-11-07ssl: add expert info for session resumptionPeter Wu1-38/+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-22/+17
2015-10-16ssl-utils: allow gcrypt without GnuTLS, improve structurePeter Wu1-4/+6
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu1-4/+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-14dtls: remove unneeded private key file lookupPeter Wu1-37/+0
2015-08-23dtls: do not try to add a zero-length fragmentPeter Wu1-0/+10
2015-07-20Fix escaping of strings in UATs.Guy Harris1-1/+3
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-16DTLS: fix compilation without libgcrypt or libgnutlsPascal Quantin1-0/+4
2015-07-15Simply code for export of PDUs coming from heuristic dissectorsPascal Quantin1-3/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03ssl,dtls: split init/cleanup routinesPeter Wu1-1/+10
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-12/+20
2015-05-26Remove proto_tree_add_text from packet-ssl-utils.cMichael Mann1-1/+1
2015-03-26DTLS: use addresses_ports_reassembly_table_functionsAndreas Schultz1-1/+1
2015-03-12ssl,dtls: fix CertificateVerify dissection for TLSv1.2Peter Wu1-1/+1
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-1/+1
2015-02-09ssl,dtls,ssl-utils: Prepare for STARTTLS handlingPeter Wu1-31/+49