aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pktc.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-2/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+2
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-1/+1
2016-03-31replace dangerous tvb_get_ptr with safer string function.Jaap Keuter1-2/+2
2016-03-21Bugfix "typo" from I9b04837f93Michael Mann1-2/+2
2016-03-20URL for the document in question.Guy Harris1-0/+1
2016-03-20PKTC must be stricter with its Kerberos application choices.Michael Mann1-2/+19
2016-02-05pktc: don't THROW() an exception from a dissectorMartin Kaiser1-6/+0
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+8
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-5/+8
2015-04-20replace some deprecated tvb_length callsEvan Huus1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-99/+112
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-6/+6
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-18/+32
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-2/+2
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-27/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+5
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-3/+2
2013-09-29Convert proto_tree_add_time_format to either proto_tree_add_time or proto_tre...Michael Mann1-4/+6
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-9/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+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-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-10/+10
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-5/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-21/+21
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-5/+8
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-05-06Start introducing actx to ber functions.Anders Broman1-0/+1
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-1/+2