aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
2010-05-27Reword two error messages as per Bug #4518.Bill Meier1-2/+2
2010-05-20From Hadar Shoham:Jaap Keuter1-1/+9
2010-05-11Use consistent indentation; Whitespace & formatting cleanup.Bill Meier1-2982/+2979
2010-05-11Fix handling of pa-data-type KRB5_PA_PAC_REQUEST (& KRB5_PA_S4U2SELF).Bill Meier1-7/+11
2010-01-22In our case, not being able to read the Kerberos configuration fileGerald Combs1-1/+1
2010-01-19Fix a double-free bug which was causing a crash. Our decryption bufferGerald Combs1-9/+11
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-30/+30
2010-01-13Try to fix a memory leak.Anders Broman1-0/+1
2010-01-02From Jakub Zawadzki:Anders Broman1-8/+4
2010-01-01Fix Bug #4363: wireshark decodes kerberos AS-REQ PADATA incorrectly.Bill Meier1-7/+7
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-10-09If we're on Windows and we don't have kerberos, define a dummy version of rea...Jeff Morriss1-2/+12
2009-10-07add a new function read_keytab_file_from_preferences(void)Ronnie Sahlberg1-18/+30
2009-10-04we must create a fake dcerpc_call_value structure when we call into the Ronnie Sahlberg1-4/+8
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3