aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+1
2012-07-29From Weijun Wang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7481Alexis La Goutte1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-1/+1
2012-05-07From Evan Huus: remove unused variablesBill Meier1-2/+1
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-12-16PAC: rename CONSTRAINED_DELEGATION to S4U_DELEGATION_INFORonnie Sahlberg1-16/+16
2011-12-16Kerberos: rename the pa type 129 to the correct name PA_FOR_USER and describe...Ronnie Sahlberg1-13/+9
2011-12-14Fix tvb memory leak.Bill Meier1-0/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-9/+9
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-17/+17
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-10/+10
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier1-9/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-4/+3