]> The Tcpdump Group git mirrors - tcpdump/commit
Precompute CRC-10 table.
authorKovarththanan Rajaratnam <[email protected]>
Sat, 20 Feb 2010 07:40:44 +0000 (08:40 +0100)
committerKovarththanan Rajaratnam <[email protected]>
Sat, 20 Feb 2010 07:40:44 +0000 (08:40 +0100)
commite6c39e6db430847e7f447e90c364c74fb17681fa
treeaf393b4f4837f6987b2be15a9b5918c1d9cd6f0e
parent2086d80fa01978811613f79a480ea808779b9407
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)
checksum.c