Export wtap_fstat()
[metze/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 file_gets
22 file_open
23 filed_open
24 file_read
25 file_close
26 file_getc
27 file_gets
28 file_eof
29 file_clearerr
30 file_set_random_access
31
32 wtap_buf_ptr
33 wtap_cleareof
34 wtap_close
35 wtap_dump
36 wtap_dump_can_open
37 wtap_dump_can_write_encap
38 wtap_dump_can_compress
39 wtap_dump_close
40 wtap_dump_fdopen
41 wtap_dump_flush
42 wtap_dump_open
43 wtap_dump_set_addrinfo_list
44 wtap_encap_short_string
45 wtap_encap_string
46 wtap_file_encap
47 wtap_file_extensions_string
48 wtap_file_extension_default_string
49 wtap_file_size
50 wtap_file_tsprecision
51 wtap_file_type
52 wtap_file_type_short_string
53 wtap_file_type_string
54 wtap_fstat
55 wtap_get_bytes_dumped
56 wtap_get_num_encap_types
57 wtap_get_num_file_types
58 wtap_open_offline
59 wtap_pcap_encap_to_wtap_encap
60 wtap_phdr
61 wtap_pseudoheader
62 wtap_read
63 wtap_read_so_far
64 wtap_register_encap_type
65 wtap_register_file_type
66 wtap_register_open_routine
67 wtap_seek_read
68 wtap_sequential_close
69 wtap_set_bytes_dumped
70 wtap_set_cb_new_ipv4
71 wtap_set_cb_new_ipv6
72 wtap_short_string_to_encap
73 wtap_short_string_to_file_type
74 wtap_snapshot_length
75 wtap_strerror
76 wtap_wtap_encap_to_pcap_encap
77
78