aboutsummaryrefslogtreecommitdiffstats
path: root/epan/base64.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+2
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
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:Anders Broman1-1/+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
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-1/+2
svn path=/trunk/; revision=40321
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29502
2009-05-13Apply some of the patches from:Anders Broman1-1/+1
http://wiki.wireshark.org/Development/Optimization svn path=/trunk/; revision=28356
2008-08-03Revert previous checkin.Anders Broman1-0/+1
svn path=/trunk/; revision=25910
2008-08-03packet-multipart.c:179: warning: unused parameter 'pinfo'Anders Broman1-1/+0
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/+3
svn path=/trunk/; revision=25908
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2004-09-10Move the base-64 routines to "epan/base64.c".Guy Harris1-0/+38
svn path=/trunk/; revision=11960