aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-20Use ENCTYPE_NULL in the krb5_crypto_init() call.Guy Harris1-1/+1
2014-12-19Throw some casts at compiler warnings.Guy Harris1-5/+5
2014-12-14Kerberos: import KRB5_AD_WIN2K_PAC dissection from old non ASN.1 based dissectorPascal Quantin1-18/+465
2014-11-04Fix some compilation errors (size_t to guint/gint) and an unused parameterStephen Fisher1-5/+5
2014-10-13Add Kerberos 3.2.2 package for Win64Pascal Quantin1-2/+2
2014-10-09Kerberos: fix decryption of DCERPC with Kerberos encryptionPascal Quantin1-11/+12
2014-10-09Kerberos: remove debug logs when loading a keytabPascal Quantin1-8/+3
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-08-27At least some compilers don't allow warning pragmas inside functions.Guy Harris1-23/+7
2014-08-27Be more selective about turning off deprecation warnings.Guy Harris1-7/+28
2014-08-18Kerberos : Fix indent (use tabs) and add modelines infoAlexis La Goutte1-313/+324
2014-08-16Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-6/+9
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-14/+18
2014-06-20batch of tvb-length conversionsEvan Huus1-21/+21
2014-06-19Kerberos: fix dissection of packets when Record Mark is presentPascal Quantin1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-22/+22
2014-06-18Get rid of obsolete references to nettlePascal Quantin1-19/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-22/+22
2014-05-28packet-kerberos.c: Use tfs_set_notset in hf[] entry instead of a local version.Bill Meier1-9/+7
2014-05-28packet-klerberos.c: Use typedef (true_false_string) to properly define a true...Bill Meier1-2/+2
2014-05-15Eliminate some calls to tvb_get_ptr().Guy Harris1-27/+25
2014-04-25Kerberos: ensure that private data elements are stored in separate variablesPascal Quantin1-153/+118
2014-04-23Kerberos: use dissect_kerberos_ADDR_TYPE (removes an unused function warning)Pascal Quantin1-17/+7
2014-04-23Add check for no kerberos keytab file.Stig Bjørlykke1-4/+11
2014-04-23Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_...Pascal Quantin1-54/+73
2014-04-23Kerberos: put PDU dissection under Kerberos tree and remove duplicate PDU namePascal Quantin1-3/+3
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin1-35/+33
2014-04-18Use new BER functions in kpasswd.Stig Bjørlykke1-1/+34
2014-04-18Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte1-54/+37
2014-04-17Switch to using the ASN1 based kerberos dissector.AndersBroman1-4509/+3838