aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos/packet-kerberos-template.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Remove the probes from packet-kerberos.c.Guy Harris1-14/+0
2015-01-03Stick some #define probes in on Windows.Guy Harris1-0/+14
2015-01-02Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.Guy Harris1-22/+3
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-3/+0
2014-12-23kerberos: Re-add needed #include <stdio.h>Bill Meier1-0/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-18/+13
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-5/+450
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: remove debug logs when loading a keytabPascal Quantin1-5/+0
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-20/+4
2014-08-27Be more selective about turning off deprecation warnings.Guy Harris1-5/+20
2014-08-27Use FreeRADIUS's warning pragma controls to suppress Apple complaints.Guy Harris1-0/+6
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-0/+3
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-9/+13
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 "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-21/+21
2014-06-18Get rid of obsolete references to nettlePascal Quantin1-13/+0
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-21/+21
2014-05-28packet-kerberos.c: Use tfs_set_notset in hf[] entry instead of a local version.Bill Meier1-3/+1
2014-05-28packet-klerberos.c: Use typedef (true_false_string) to properly define a true...Bill Meier1-2/+2
2014-04-25Kerberos: ensure that private data elements are stored in separate variablesPascal Quantin1-46/+35
2014-04-23Add check for no kerberos keytab file.Stig Bjørlykke1-1/+8
2014-04-23Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_...Pascal Quantin1-22/+2
2014-04-23Kerberos: put PDU dissection under Kerberos tree and remove duplicate PDU namePascal Quantin1-1/+1
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin1-3/+3
2014-04-18Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte1-1/+6
2014-04-17Switch to using the ASN1 based kerberos dissector.AndersBroman1-2/+3
2014-02-25asn1/kerberos: remember in what frame a key was learnedStefan Metzmacher1-0/+3
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-11-10Use ASN.1 private data instead of pinfo->private_data to exchange kerberos ca...Michael Mann1-11/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-5/+8
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus1-1/+0
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-1/+1
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-1/+10
2013-05-17More compilation fixes when having HAVE_KERBEROSPascal Quantin1-9/+9
2013-05-16Fix link failure with WindowsPascal Quantin1-10/+9
2013-05-16Fix compilation for Linux (defined but not used errors, C++ incompatibilities...Pascal Quantin1-13/+2
2013-05-16Remove useless blurbsPascal Quantin1-4/+4
2013-05-16Updated the Kerberos ASN.1 dissector to the point I believe it can replace th...Michael Mann1-308/+763
2013-03-19From beroset:Anders Broman1-9/+4
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+4