aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.c
AgeCommit message (Collapse)AuthorFilesLines
2008-03-16From Peter KjellerstedtJaap Keuter1-5/+3
The base64 decoder in epan_base64_decode() returns an incorrect length (one byte too many) for three out of four base64 coded strings. Please apply the attached patch to correct this. svn path=/trunk/; revision=24654
2007-07-14Allow the base64 decoding to cope with lines broken with \r\n.Graeme Lunt1-13/+20
svn path=/trunk/; revision=22309
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-0/+1
svn path=/trunk/; revision=15171
2004-09-10Move the base-64 routines to "epan/base64.c".Guy Harris1-0/+62
svn path=/trunk/; revision=11960