aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04DTLS: add DTLS over SCTP for PPIs assigned to 3GPP NGAP, XnAP, F1AP and E1APPavel Strnad1-0/+4
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-2/+2
2022-09-10Dissector names are not protocol names.Guy Harris1-4/+4
2022-08-24dtls: Handle invalid use_srtp protection profiles lengthJohn Thacker1-8/+17
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-1/+1
2022-04-25TLS: fix RSA decryption with EMS and renegotiationPeter Wu1-0/+5
2022-01-28DTLS: Only call srtp_add_address nowJohn Thacker1-9/+11
2022-01-26DTLS-SRTP: Set up SRTP and SRTCP sessionsJohn Thacker1-11/+81
2022-01-25DTLS: comment out unused expert infoJohn Thacker1-0/+4
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-11-03dtls: Add preferences for client/server CID lengthStig Bjørlykke1-13/+40
2021-11-01tls: Fix DTLS heuristics when having connection_idStig Bjørlykke1-1/+16
2020-10-21tls/dtls: Add a generated field for Application Data ProtocolStig Bjørlykke1-0/+11
2020-09-20RTP, DTLS: add heuristic over CLASSICSTUNNardi Ivan1-0/+1
2020-07-18DTLS: add heuristic over StunNardi Ivan1-0/+1
2020-07-03DTLS: Add connection ID extension supportLudovic Cintrat1-19/+161
2020-04-26DTLS: try harder to decrypt broken traces with double CCSPeter Wu1-24/+26
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-05-15TLS: fix DISSECTOR_ASSERT for zero-length records fragmentsPeter Wu1-1/+1
2019-01-17DTLS: add DSB support, use the key log file from the TLS dissectorPeter Wu1-14/+8
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-01TLS: really delay key lookup until it is necessaryPeter Wu1-2/+2
2018-11-29(D)TLS: defer RSA private key lookup until it is really neededPeter Wu1-16/+26
2018-09-30TLS: Add compress_certificate Handshaketype (25)Alexis La Goutte1-0/+1
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-4/+4
2018-09-15Add support for aliases to dissector tables.Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-1/+1
2018-08-27DTLS: use col_append_sep_(f)str() functionsPascal Quantin1-31/+12
2018-07-22ssl: dtls: Fix small memory leaksVasil Velichkov1-4/+4
2018-05-27Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.Guy Harris1-0/+4
2018-05-08dtls: Remove period from Version blurbStig Bjørlykke1-1/+1
2018-03-15(D)TLS: restrict ssl.ignore_ssl_mac_failed preference to sslPeter Wu1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-26TLS13: update for draft -22 (Server Hello, HRR, CCS, NST)Peter Wu1-1/+4
2017-11-24DTLS: fix decryption with EMS and client authPeter Wu1-16/+22
2017-10-04TLS: enable OCSP status dissection for TLS 1.3 and DTLSPeter Wu1-1/+4
2017-09-10ssl: fix subdissection with multiple TLS records per packetPeter Wu1-8/+12
2017-07-16ssl,dtls: make some fields in RSA keys dialog optionalPeter Wu1-5/+6
2017-06-05Move RSA key loading and decryption functions to wsutilAhmad Fatoum1-1/+2
2017-06-02Fix Decode As for protocols that may use tunneling.Irene Ruengeler1-5/+43
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2017-05-14ssl,dtls: fix message hash for extended_master_secretPeter Wu1-2/+36
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-03-18TLS13: update end_of_early_data to draft -19Peter Wu1-0/+1
2017-03-14DTLS: Cookie formatting fix for HVRRobert Cragie1-21/+17
2017-02-16ssl-utils: refactor DigitallySignedPeter Wu1-2/+2
2017-02-15TLS13: dissect NewSessionTicket and CertificateRequest extensionsPeter Wu1-3/+3