[Automatic manuf and enterprise-numbers update for 2010-04-04]
[obnox/wireshark/wip.git] / wiretap / wtap.def
1 ; wtap.def
2 ; $Id$
3
4 ; Add symbols that should be exported out of libwiretap.dll
5 ;
6 ; DATA symbols must be declared WS_VAR_IMPORT in the header file!
7 ;
8 ; NOTE: TABS DON'T WORK IN THIS FILE, USE SPACES INSTEAD!!!
9 ;
10 EXPORTS
11
12 buffer_assure_space
13 buffer_append
14 buffer_free
15 buffer_init
16 buffer_remove_start
17
18 file_seek
19 file_tell
20 file_error
21
22 wtap_buf_ptr
23 wtap_close
24 wtap_dump
25 wtap_dump_can_open
26 wtap_dump_can_write_encap
27 wtap_dump_can_compress
28 wtap_dump_close
29 wtap_dump_fdopen
30 wtap_dump_flush
31 wtap_dump_open
32 wtap_encap_short_string
33 wtap_encap_string
34 wtap_file_encap
35 wtap_file_extensions_string
36 wtap_file_extension_default_string
37 wtap_file_size
38 wtap_file_tsprecision
39 wtap_file_type
40 wtap_file_type_short_string
41 wtap_file_type_string
42 wtap_get_bytes_dumped
43 wtap_get_num_encap_types
44 wtap_get_num_file_types
45 wtap_open_offline
46 wtap_pcap_encap_to_wtap_encap
47 wtap_phdr
48 wtap_pseudoheader
49 wtap_read
50 wtap_read_so_far
51 wtap_register_encap_type
52 wtap_register_file_type
53 wtap_register_open_routine
54 wtap_seek_read
55 wtap_sequential_close
56 wtap_set_bytes_dumped
57 wtap_short_string_to_encap
58 wtap_short_string_to_file_type
59 wtap_snapshot_length
60 wtap_strerror
61
62