summaryrefslogtreecommitdiff
path: root/epan/crcdrm.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-32/+0
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-0/+32
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-32/+0
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
2009-01-09Add $Id$ and copyright headerBill Meier1-0/+25
svn path=/trunk/; revision=27204
2006-11-25From Julian Cable:Anders Broman1-0/+7
New dissector for ETSI DCP (ETSI TS 102 821). Code rearranged to look more like other Wireshark dissectors and some warnings/errors on Windows fixed. svn path=/trunk/; revision=19981