aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-19Exported PDU: add support for data length on the wirePascal Quantin1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2014-02-10Enable DTLS "Decrypting" of all the NULL cipher suites. PreviouslyDavid Tapuska1-3/+34
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-20From alexeyv:Anders Broman1-2/+2
2013-12-24Replace an ep-stack with a wmem stack. Running epan_init() no longer usesEvan Huus1-5/+5
2013-12-23From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498Alexis La Goutte1-175/+31
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-13From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9499Alexis La Goutte1-12/+15
2013-12-08DTLS decryption enhancements. Bug 9499 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-52/+22
2013-10-14DTLS server key exchange misses sig and hash algorithm for TLS 1.2. Bug 9208...Michael Mann1-6/+80
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-30fragment_length has already been retrieved from TVBPascal Quantin1-1/+0
2013-08-30From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-3/+4
2013-08-29From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-3/+17
2013-08-29From Hauke Mehrtens:Michael Mann1-204/+97