aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc32.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-14/+7
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+10
This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility svn path=/trunk/; revision=47938
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-03-13From Weston Schmidt:Anders Broman1-1/+9
Update packet-mpeg-sect to support CRCs & simpler header processing for subdissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6941 svn path=/trunk/; revision=41523
2011-11-11OK, one of them was already declared; we still want to declare the otherGuy Harris1-8/+4
one. svn path=/trunk/; revision=39793
2011-11-11If we're exporting routines from crc32.c, declare them in crc32.h andGuy Harris1-0/+7
list them in libwsutil.def. svn path=/trunk/; revision=39792
2011-10-03From Michael Mann:Anders Broman1-8/+8
Condense all SCTP CRC routines to wsutil/crc32.[ch]. Also made crc32_ccitt_table not explicitly accessible (must use crc32_ccitt_table_lookup). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6298 svn path=/trunk/; revision=39233
2011-09-12Move airpcap_wep.c to /wsutilAnders Broman1-0/+9
svn path=/trunk/; revision=38969
2011-08-31Lookup in correct tables. Document functions.Stig Bjørlykke1-2/+7
svn path=/trunk/; revision=38819
2011-08-31Make lookup functions for accessing crc32c_table and crc32_ccitt_table.Stig Bjørlykke1-4/+3
svn path=/trunk/; revision=38817
2011-08-31Try declaring tables with WS_VAR_IMPORT.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=38814
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-0/+76
This time keep the tvb routines in epan. Now we can use common crc routines outside epan. svn path=/trunk/; revision=38810
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-116/+0
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-0/+116
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800