aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-07kpasswd: remove unused entry hf_kpasswd_newpasswordMartin Kaiser1-4/+0
2017-04-07kpasswd: remove unnecessary if(tree) checkMartin Kaiser1-5/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-18Use new BER functions in kpasswd.Stig Bjørlykke1-18/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+8
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-5/+3
2012-10-24tabs -> spaces, indentation fixups.Chris Maynard1-170/+162
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
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-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-2/+2
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-2/+2
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-3/+5
2007-05-06Start introducing actx to ber functions.Anders Broman1-1/+2
2006-11-21the result code, encoded within the userdata is in network byte order not lit...Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+2
2005-12-23from eric wedelRonnie Sahlberg1-15/+98
2005-04-09KRB_ERROR can be returned and it is not encapsulatedRonnie Sahlberg1-0/+7
2005-03-04make kpasswd privide subdissectors to handle the user-data field for the KRB_...Ronnie Sahlberg1-4/+109
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+167