Commit Graph

5 Commits

Author SHA1 Message Date
Kovarththanan Rajaratnam
e6c39e6db4 Precompute CRC-10 table.
We now precompute the CRC-10 table allowing us to mark it as const. The table was precomputed using a Python snippet (included as comment)
2010-02-20 08:40:44 +01:00
hannes
96977962e9 print shouldbe checksum for broken OSI checksum, remove osi_cksum() 2006-09-25 09:23:32 +00:00
hannes
b10b16d714 remove unused header files 2006-02-09 21:34:38 +00:00
hannes
aab7135229 fix typo, use consistent namespace 2006-02-09 20:35:38 +00:00
hannes
f4e5130617 move the crc10 verification to a new file checksum.c (will add other checksumming routines later to this file), init shred checksumming tables with init_checksum(), assume network byte order for tag correlation ID in the ATM OAM cell printer 2006-02-09 20:33:49 +00:00