summaryrefslogtreecommitdiff
path: root/wsutil/crc7.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+1
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-0/+3
This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility svn path=/trunk/; revision=47938
2012-07-22Get rid of not needed includesAnders Broman1-3/+0
svn path=/trunk/; revision=43917
2012-07-12Add crc7 calculation abillity.Anders Broman1-0/+92
svn path=/trunk/; revision=43680