aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-11From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7357 :Pascal Quantin1-1/+1
Fix memory corruption in base64 introduced in revision 43196 svn path=/trunk/; revision=43201
2012-06-11From Michael Mann:Anders Broman1-0/+1
NUL terminate the decoded string. Updated only dissector that uses epan_base64_decode() (packet-http.c) to assume NULL termination. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7349 svn path=/trunk/; revision=43196
2009-05-13Apply some of the patches from:Anders Broman1-2/+2
http://wiki.wireshark.org/Development/Optimization svn path=/trunk/; revision=28356
2009-04-07More size_t casts.Gerald Combs1-3/+3
svn path=/trunk/; revision=27981
2008-08-04Fix buildbot error: "no newline at end of file"Bill Meier1-1/+1
svn path=/trunk/; revision=25912
2008-08-03Revert previous checkin.Anders Broman1-1/+0
svn path=/trunk/; revision=25910
2008-08-03packet-multipart.c:179: warning: unused parameter 'pinfo'Anders Broman1-0/+1
packet-multipart.c:179: warning: unused parameter 'name' ( restore a bit of previous code) Move inclusion of tvbuff.h to base64.c svn path=/trunk/; revision=25909
2008-08-03Move common code to base64.cAnders Broman1-0/+18
svn path=/trunk/; revision=25908
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