]> The Tcpdump Group git mirrors - tcpdump/commit
Remove init_crc10_table() and the entourage.
authorDenis Ovsienko <[email protected]>
Sat, 14 Jan 2023 22:25:18 +0000 (22:25 +0000)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 11 Oct 2023 15:46:56 +0000 (17:46 +0200)
commit2efa367dd472a00178171c48ee9006a42754cf96
treef3000f8cf12f6b3be3327c1066e3870965a3d360
parentee981db3cfbe83f9ef1f6d7dc1fca475f347464b
Remove init_crc10_table() and the entourage.

As Guy Harris points out in bug report GH #1022, the function has been a
busy no-op since commit e6c39e6 in 2010.  While at it, fixup the Python
code to work on Python 3:

    for i in range(len(crc_table)/8):
TypeError: 'float' object cannot be interpreted as an integer

(cherry picked from commit 94f232c1ab0143c6da9fc00732b6b241b8abdf4c)
checksum.c
netdissect.h
print.c