aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kink.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* fix [-Wunused-but-set-variable]Anders Broman2011-11-121-1/+4
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-3/+3
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-1/+1
* Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier2011-02-071-91/+91
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris2010-05-211-2/+2
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-2/+2
* Just use abs_time_secs_to_str() to display UTC times, now that it has aGuy Harris2009-12-111-14/+6
* From Didier Gautheron:Anders Broman2009-10-061-0/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg2009-07-281-9/+7
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-1/+1
* Apply some of the patches from:Anders Broman2009-05-131-2/+1
* kerberos/gss enhancementsRonnie Sahlberg2008-10-051-1/+1
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* Start introducing actx to ber functions.Anders Broman2007-05-061-0/+1
* Sebastien Tandel:Jörg Mayer2007-03-221-0/+4
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* More char -> const char fixesJörg Mayer2005-07-301-1/+1
* packet-http.c(484) : warning C4101: 'i' : unreferenced local variableUlf Lamping2005-07-251-1/+0
* Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris2005-07-091-1/+1
* Squelch some compiler warnings.Guy Harris2005-06-161-2/+11
* Static variables considered harmful. Make the ISAKMP version aGuy Harris2005-06-161-5/+2
* from Gilbert,Ronnie Sahlberg2005-05-271-0/+2
* From T.NakashimaRonnie Sahlberg2005-05-271-20/+74
* Add a few more payload length checks.Gerald Combs2005-03-241-8/+29
* two bugfixes (reported by buildbot randpkt):Ulf Lamping2005-03-211-2/+10
* fix a string in the hf fieldsRonnie Sahlberg2005-03-181-1/+1
* Increase the width of some unsigned ints, so that we don't roll them over.Gerald Combs2005-03-181-11/+11
* fix typo in name of KINK developerRonnie Sahlberg2005-03-141-1/+1
* Fix the properties.Guy Harris2005-03-091-1/+1
* "time_t", not "timer_t".Guy Harris2005-03-091-1/+1
* New protocol : KINKRonnie Sahlberg2005-03-081-0/+899