aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kink.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-11-12fix [-Wunused-but-set-variable]etxrab1-1/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-91/+91
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-28Added svn:ignore targets.stig1-2/+2
2009-12-11Just use abs_time_secs_to_str() to display UTC times, now that it has aguy1-14/+6
2009-10-06From Didier Gautheron:etxrab1-0/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually sahlberg1-9/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-05-13Apply some of the patches from:etxrab1-2/+1
2008-10-05kerberos/gss enhancementssahlberg1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-05-06Start introducing actx to ber functions.etxrab1-0/+1
2007-03-22Sebastien Tandel:jmayer1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-07-30More char -> const char fixesjmayer1-1/+1
2005-07-25packet-http.c(484) : warning C4101: 'i' : unreferenced local variableulfl1-1/+0
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someguy1-1/+1
2005-06-16Squelch some compiler warnings.guy1-2/+11
2005-06-16Static variables considered harmful. Make the ISAKMP version aguy1-5/+2
2005-05-27from Gilbert,sahlberg1-0/+2
2005-05-27From T.Nakashimasahlberg1-20/+74
2005-03-24Add a few more payload length checks.gerald1-8/+29
2005-03-21two bugfixes (reported by buildbot randpkt):ulfl1-2/+10
2005-03-18fix a string in the hf fieldssahlberg1-1/+1
2005-03-18Increase the width of some unsigned ints, so that we don't roll them over.gerald1-11/+11
2005-03-14fix typo in name of KINK developersahlberg1-1/+1
2005-03-09Fix the properties.guy1-1/+1
2005-03-09"time_t", not "timer_t".guy1-1/+1
2005-03-08New protocol : KINKsahlberg1-0/+899