aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25packet-kerberos: remember in what frame a key was learnedStefan Metzmacher1-0/+3
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-3/+2
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-01Looks like the problem with redefined symbols is not new, itJörg Mayer1-0/+2
2013-11-27- Create/use several extended value_stringsBill Meier1-3/+3
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-0/+2
2013-11-10Use ASN.1 private data instead of pinfo->private_data to exchange kerberos ca...Michael Mann1-15/+6
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-10/+11
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-14/+7
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-03Make Ubuntu buildbot happyAlexis La Goutte1-0/+3
2013-09-02Batch of filterable expert info.Michael Mann1-1/+6
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-06-21Cast away some errors of these types:Stephen Fisher1-5/+5
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-3/+3
2013-03-18From beroset:Anders Broman1-8/+8
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+4
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-2/+2
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-11/+9
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs1-1/+1
2013-02-08Change string to filename preference so file can be browsed forMichael Mann1-1/+1
2012-12-21The KRB_RM_ #defines fit in 32 bits, so just make them unsigned, notGuy Harris1-4/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1