aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crcdrm.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-50/+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/+50
svn path=/trunk/; revision=38803
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-50/+0
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
2009-01-26fix filename in header commentUlf Lamping1-1/+1
svn path=/trunk/; revision=27295
2006-11-25From Julian Cable:Anders Broman1-0/+50
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