summaryrefslogtreecommitdiff
path: root/wiretap/wtap.def
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-28 19:35:59 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-28 19:35:59 +0000
commitaa659985a586d2d2173d457dea8d1b4346e205e8 (patch)
tree6ec6595ee9f193b8551ea592a2622bb10a7d8e1f /wiretap/wtap.def
parent6c29b9edd6db4cfa809a8ede8d22539df117dffe (diff)
downloadwireshark-aa659985a586d2d2173d457dea8d1b4346e205e8.tar.gz
Export libwiretap symbols using WS_DLL_PUBLIC define
TODO: hide flex-generated functions svn path=/trunk/; revision=47948
Diffstat (limited to 'wiretap/wtap.def')
-rw-r--r--wiretap/wtap.def84
1 files changed, 0 insertions, 84 deletions
diff --git a/wiretap/wtap.def b/wiretap/wtap.def
deleted file mode 100644
index d680b945c9..0000000000
--- a/wiretap/wtap.def
+++ /dev/null
@@ -1,84 +0,0 @@
-; wtap.def
-; $Id$
-
-; Add symbols that should be exported out of libwiretap.dll
-;
-; DATA symbols must be declared WS_VAR_IMPORT in the header file!
-;
-; NOTE: TABS DON'T WORK IN THIS FILE, USE SPACES INSTEAD!!!
-;
-EXPORTS
-
-buffer_assure_space
-buffer_append
-buffer_free
-buffer_init
-buffer_remove_start
-
-file_eof
-file_error
-file_getc
-file_gets
-file_seek
-file_read
-file_tell
-
-wtap_buf_ptr
-wtap_cleareof
-wtap_close
-wtap_default_file_extension
-wtap_dump
-wtap_dump_can_open
-wtap_dump_can_write_encap
-wtap_dump_can_write_encaps
-wtap_dump_can_compress
-wtap_dump_close
-wtap_dump_fdopen
-wtap_dump_fdopen_ng
-wtap_dump_file_encap_type
-wtap_dump_flush
-wtap_dump_open
-wtap_dump_open_ng
-wtap_dump_set_addrinfo_list
-wtap_encap_requires_phdr
-wtap_encap_short_string
-wtap_encap_string
-wtap_fdclose
-wtap_fdreopen
-wtap_file_encap
-wtap_get_savable_file_types
-wtap_get_file_extensions_list
-wtap_free_file_extensions_list
-wtap_file_get_idb_info
-wtap_file_get_shb_info
-wtap_file_size
-wtap_file_tsprecision
-wtap_file_type
-wtap_file_type_short_string
-wtap_file_type_string
-wtap_fstat
-wtap_get_bytes_dumped
-wtap_get_num_encap_types
-wtap_get_num_file_types
-wtap_iscompressed
-wtap_open_offline
-wtap_pcap_encap_to_wtap_encap
-wtap_phdr
-wtap_read
-wtap_read_so_far
-wtap_register_encap_type
-wtap_register_file_type
-wtap_register_open_routine
-wtap_seek_read
-wtap_sequential_close
-wtap_set_bytes_dumped
-wtap_set_cb_new_ipv4
-wtap_set_cb_new_ipv6
-wtap_short_string_to_encap
-wtap_short_string_to_file_type
-wtap_snapshot_length
-wtap_strerror
-wtap_write_shb_comment
-wtap_wtap_encap_to_pcap_encap
-
-