Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [Patch] libwireshark.def

From: Gisle Vanem <giva@xxxxxxxxx>
Date: Tue, 16 Jan 2007 13:27:21 +0100
Some missing exports (needed by airpdcap*.c):

--- SVN-Latest\epan\libwireshark.def    Tue Jan 16 11:07:52 2007
+++ epan\libwireshark.def       Tue Jan 16 13:08:05 2007
@@ -91,6 +91,8 @@
convert_string_to_hex
copy_prefs
crc16_ccitt_tvb
+crc32_ccitt
+crc32_ccitt_table               DATA
create_dissector_handle
create_persconffile_dir
data_out_file                   DATA
@@ -641,6 +643,7 @@
rtp_payload_type_vals           DATA
rtp_payload_type_short_vals    DATA
running_in_build_directory
+sha1_hmac
scsi_mmc_vals                                  DATA
scsi_smc_vals                                  DATA
scsi_sbc_vals                                  DATA

--gv