aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/kerberos/packet-kerberos-template.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-1/+1
2013-02-20And one more case where tvb_new_subset_remaining() is appropriate.Guy Harris1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-18#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-3/+3
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-11Reflect changes made in SVN #32752Bill Meier1-4/+8
2010-01-01Add to the ASN1 kerberos changes made in the non-asn1 version of kerberosBill Meier1-5/+6
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need check...Bill Meier1-5/+5
2008-10-17Further updates: dissect error-code and e-data.Anders Broman1-0/+15
2008-10-16Add asn1 file from Heimdal use som stuff from it add more dissection in the t...Anders Broman1-1/+58
2008-10-15Now Kerberos compiles, a lot of work remains to get it into shape.Anders Broman1-64/+333
2008-10-15Start of an asn2wrs generated kerberos dissector. Most of the hand crafted st...Anders Broman1-0/+1313