aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/crc_data.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-27 18:33:13 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-27 18:33:13 +0000
commit01844e151ad3b5882ef36893aac6339d4ccfd0a7 (patch)
treede9cddb64f954a8a5c63aa0fe2c5e32bfac6ed06 /plugins/wimax/crc_data.c
parentd99b6c0a8b53bcfd1b857e259d4cb1632302e408 (diff)
Use tvb_reported_length() to get the amount of data we should look at;
the number of bytes in the packet or subset of the packet is the reported length, tvb_length() just gives you the amount of that data that was actually captured. Include <glib.h>, not <gmodule.h>, even in plugins. Fix the version numbers in the rc files. svn path=/trunk/; revision=21960
Diffstat (limited to 'plugins/wimax/crc_data.c')
-rw-r--r--plugins/wimax/crc_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/crc_data.c b/plugins/wimax/crc_data.c
index d5046d3d1e..4f30810fda 100644
--- a/plugins/wimax/crc_data.c
+++ b/plugins/wimax/crc_data.c
@@ -30,7 +30,7 @@
#ifdef STATIC_DATA
-#include <gmodule.h>
+#include <glib.h>
guint32 crc32_table[256] = {
0x00000000, 0x04c11db7, 0x09823b6e, 0x0d4326d9,