aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-05kerberos encryption types (etype) additions + cleanupMark Cunningham1-3/+13
2015-02-14Don't check for C89 headers.Guy Harris1-6/+3
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs1-3/+4
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-11Restore #undef HAVE_STDLIB_H and #undef HAVE_STRING_H in kerberos dissector.Michael Mann1-3/+5
2015-01-03Remove the probes from packet-kerberos.c.Guy Harris1-17/+3
2015-01-03Stick some #define probes in on Windows.Guy Harris1-3/+17
2015-01-02Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.Guy Harris1-25/+6
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-6/+3
2014-12-23kerberos: Re-add needed #include <stdio.h>Bill Meier1-6/+8
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-24/+19
2014-12-22Cast a parameter in the kerberos dissector so it compiles withoutStephen Fisher1-1/+1