aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-09packet-kerberos: try to verify the PAC checksums and display the used keysStefan Metzmacher1-7/+123
2020-01-09packet-kerberos: add a hint to the used decryption key into the proto treeStefan Metzmacher1-9/+18
2020-01-09packet-kerberos: re-add dissection of ntstatus (KERB_EXT_ERROR) in PA-PW-SALTStefan Metzmacher1-50/+113
2019-11-08Kerberos: rework dissecting for PA-PW-SALTUli Heilmeier1-35/+15
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-7/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-24kerberos: remove dead assignment (found by clang).Dario Lombardo1-3/+1
2019-06-12Eliminate more calls to get_unicode_or_ascii_string().Guy Harris1-18/+8
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-56/+56
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-69/+69
2019-03-22krb5: dissect padata PA-PAC-OPTIONSIsaac Boukris1-35/+102
2019-02-06Windows: Upgrade Kerberos to 1.17.Gerald Combs1-6/+5
2019-01-01krb5: fix parsing of PA-S4U-X509-USER in AS-REQIsaac Boukris1-42/+61
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-12-04KRB5: update auto generated filePascal Quantin1-1/+1
2018-12-04krb5: fix asn1 error when dissecting PA-FX-FAST in TGS requestIsaac Boukris1-0/+5
2018-12-04krb5: do not dissect PA-S4U-X509-USER inside encrypted-pa-dataIsaac Boukris1-33/+56
2018-12-02krb5: dissect PA-S4U-X509-USER padataIsaac Boukris1-29/+106
2018-08-19kerberos: Fix several memory leaksVasil Velichkov1-5/+23
2018-03-28Kerberos: do not store empty keysPascal Quantin1-1/+1
2018-03-09Regenerate dissector from updated template.Guy Harris1-1/+1
2018-03-09kerberos: remove leak (found by clang).Dario Lombardo1-9/+11
2018-02-25kerberos: fix duplicate entryAlexis La Goutte1-2/+0
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-17Kerberos: Update and fix KDCOptions and TicketFlagsUli Heilmeier1-12/+84
2017-11-15kerberos: Don't generate unused _vals tablesStig Bjørlykke1-41/+31
2017-11-14Kerberos - Add support for RFC 6113Michael Mann1-59/+376
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-10-18Update packet-kerberos.cJoão Valverde1-3/+3
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-7/+4
2017-09-01Kerberos: Add support for new etype values from RFC 8009Dhiru Kholia1-0/+2
2017-05-02kerberos: fix conflicting entry in its value_stringAlexis La Goutte1-3/+0
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-17/+23
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-6/+8
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-10-01Kerberos: remove some unused #defineAlexis La Goutte1-127/+3
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-22/+9
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-8/+7
2016-03-21Bugfix "typo" from I9b04837f93Michael Mann1-46/+46
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-42/+42
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-6/+8
2015-10-19Separate out sname and cname in Kerberos dissector.Michael Mann1-23/+128
2015-08-21[Kerberos] Call to 'fseek()' without a check for a return value < 0,Bill Parker1-4/+7