aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc16.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-03From Roland Knall via bug 6539:Stig Bjørlykke1-0/+9
Implementing generic CRC8 and CRC16 functions for openSAFETY in wsutil. svn path=/trunk/; revision=39726
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-0/+68
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-126/+0
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-0/+126
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800