aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-0/+1
2015-01-10Remove/replace ep_strsplit()Evan Huus1-3/+6
2014-12-23packet-dtls.c still needs conversation.hStephen Fisher1-0/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-5/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+3
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-11-24SSL: Implement Extended Master SecretDave Tapuska1-0/+3
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-2/+15
2014-07-31ssl: fix SSL keylog file live-capture use casePeter Wu1-2/+9
2014-07-31ssl,dtls: simplify keyfile handlingPeter Wu1-6/+8
2014-07-24ssl,dtls: move Finished dissection to ssl-utilsPeter Wu1-48/+2
2014-07-23ssl,dtls: move Session Ticket to ssl-utilsPeter Wu1-52/+3
2014-07-23ssl,dtls: move ClientHello to ssl-utilsPeter Wu1-185/+16
2014-07-23ssl,dtls: move ServerHello to ssl-utilsPeter Wu1-115/+5
2014-07-15ssl: move decoder init from ClientKeyExchange to ChangeCipherSpecPeter Wu1-10/+6
2014-07-15ssl: unify common Hello dissection to ssl-utilsPeter Wu1-105/+2
2014-07-12dtls: fix faulty offsets and tvbuff referencesPeter Wu1-3/+3
2014-07-11ssl: move CertificateRequest to ssl-utilsPeter Wu1-210/+1
2014-07-11ssl: move Certificate handshake dissection to ssl-utilsPeter Wu1-93/+2
2014-07-11ssl: add missing valid handshake typesPeter Wu1-57/+14
2014-07-10ssl,dtls: convert from tvb_lengthPeter Wu1-6/+6
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-6/+2
2014-06-23ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DHPeter Wu1-693/+2
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+1
2014-05-30ssl/dtls: add support for Raw Public keysHauke Mehrtens1-12/+24
2014-05-30ssl-utils: dissect the certificate type TLS extensionHauke Mehrtens1-10/+13
2014-05-30dtls: use SslSessionHauke Mehrtens1-58/+55
2014-05-30ssl: add SslSession structureHauke Mehrtens1-10/+10
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-04-27ssl/dtls: add keyfile support to dtlsHauke Mehrtens1-6/+3
2014-04-26dtls: run dissector for decryption also on server hello extensionsHauke Mehrtens1-2/+0
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin1-2/+3
2014-04-11Improved TLS/DTLS Heartbeat Message handling.Stig Bjørlykke1-7/+21
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-1/+1