aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kink.c
AgeCommit message (Collapse)AuthorFilesLines
2005-05-27from Gilbert,Ronnie Sahlberg1-0/+2
make kink compile again on non-kerberos builds. encapsulate a call to decrypt kerberos to only be compiled in when compiling with kerberos. svn path=/trunk/; revision=14458
2005-05-27From T.NakashimaRonnie Sahlberg1-20/+74
updates to KINK svn path=/trunk/; revision=14453
2005-03-24Add a few more payload length checks.Gerald Combs1-8/+29
svn path=/trunk/; revision=13896
2005-03-21two bugfixes (reported by buildbot randpkt):Ulf Lamping1-2/+10
don't use the return value of gmtime, if it's NULL prevent from an endless loop, if payload_length is 0 svn path=/trunk/; revision=13853
2005-03-18fix a string in the hf fieldsRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=13803
2005-03-18Increase the width of some unsigned ints, so that we don't roll them over.Gerald Combs1-11/+11
This fixes the crash file at http://www.ethereal.com/distribution/buildbot-builds/randpkt/randpkt-udp.port==53,KINK.out.1111097410 . Make the protocol name lower case. svn path=/trunk/; revision=13797
2005-03-14fix typo in name of KINK developerRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=13749
2005-03-09Fix the properties.Guy Harris1-1/+1
svn path=/trunk/; revision=13671
2005-03-09"time_t", not "timer_t".Guy Harris1-1/+1
svn path=/trunk/; revision=13669
2005-03-08New protocol : KINKRonnie Sahlberg1-0/+899
From Taekshi Nakashima the KINK protocol svn path=/trunk/; revision=13667