aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kink.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-5/+5
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+12
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-74/+76
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-24/+20
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+5
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+4
2013-05-26Batch of filterable expert infos.Michael Mann1-6/+19
2013-02-27Replace proto_tree_add_text with proto_tree_add_item + expert_infoMichael Mann1-91/+105
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-9/+9
2013-02-03fix dead incrementMartin Kaiser1-1/+0
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-11-12fix [-Wunused-but-set-variable]Anders Broman1-1/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-91/+91
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-2/+2
2009-12-11Just use abs_time_secs_to_str() to display UTC times, now that it has aGuy Harris1-14/+6
2009-10-06From Didier Gautheron:Anders Broman1-0/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg1-9/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2008-10-05kerberos/gss enhancementsRonnie Sahlberg1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-05-06Start introducing actx to ber functions.Anders Broman1-0/+1
2007-03-22Sebastien Tandel:Jörg Mayer1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-07-30More char -> const char fixesJörg Mayer1-1/+1
2005-07-25packet-http.c(484) : warning C4101: 'i' : unreferenced local variableUlf Lamping1-1/+0
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris1-1/+1
2005-06-16Squelch some compiler warnings.Guy Harris1-2/+11
2005-06-16Static variables considered harmful. Make the ISAKMP version aGuy Harris1-5/+2