aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-3/+16
2013-06-12no need for check_col()Martin Kaiser1-26/+20
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-5/+5
2013-06-11From: Hauke MehrtensAnders Broman1-10/+148
2013-06-09Batch of filterable expert infos.Michael Mann1-9/+17
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-10/+631
2013-05-05From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567Evan Huus1-12/+19
2013-04-18Report bogus handshake length values with expert info. This includesGuy Harris1-45/+88
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-4/+4
2013-03-24Put items into the protocol tree as we extract them, so that the headerGuy Harris1-46/+50
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+6
2013-03-17From beroset:Anders Broman1-1/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-9/+11