summaryrefslogtreecommitdiff
path: root/wsutil/crc32.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-09-12 08:23:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-09-12 08:23:15 +0000
commitc7c6bbf831e23cb2db4b1cedcd22c8c059ab2f8f (patch)
tree54a95e93aff9342fe7eef41174ae94912145773c /wsutil/crc32.c
parent7a0cb7ea93b3a7222d607899c658e281189d67e9 (diff)
downloadwireshark-c7c6bbf831e23cb2db4b1cedcd22c8c059ab2f8f.tar.gz
Move airpcap_wep.c to /wsutil
svn path=/trunk/; revision=38969
Diffstat (limited to 'wsutil/crc32.c')
-rw-r--r--wsutil/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/crc32.c b/wsutil/crc32.c
index eb4a9b1025..c40047dffe 100644
--- a/wsutil/crc32.c
+++ b/wsutil/crc32.c
@@ -115,7 +115,7 @@ static const guint32 crc32c_table[256] = {
* x^32 + x^26 + x^23 + x^22 + x^16 + x^12 + x^11 + x^8 + x^7 +
* x^5 + x^4 + x^2 + x + 1
*/
-static const guint32 crc32_ccitt_table[256] = {
+const guint32 crc32_ccitt_table[256] = {
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,