aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crc32.h')
-rw-r--r--wsutil/crc32.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/wsutil/crc32.h b/wsutil/crc32.h
index bb998d1c6e..d1ab2804eb 100644
--- a/wsutil/crc32.h
+++ b/wsutil/crc32.h
@@ -75,6 +75,13 @@ extern guint32 crc32_ccitt(const guint8 *buf, guint len);
@return The CRC32 CCITT checksum (using the given seed). */
extern guint32 crc32_ccitt_seed(const guint8 *buf, guint len, guint32 seed);
+/*
+ * I guess somebody's plugin must be using these; nothing in Wireshark
+ * does, but they're in crc32.c, and crc32_ccitt_table_lookup() is
+ * in the .def file....
+ */
+extern guint32 crc32c_table_lookup (guchar pos);
+extern guint32 crc32_ccitt_table_lookup (guchar pos);
int AirPDcapWepDecrypt(
const guchar *seed,