aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.def
blob: 422291001d3b7abc374e951a871304f19484cbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
; 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_seek
file_tell
file_error

wtap_buf_ptr
wtap_cleareof
wtap_close
wtap_dump
wtap_dump_can_open
wtap_dump_can_write_encap
wtap_dump_can_compress
wtap_dump_close
wtap_dump_fdopen
wtap_dump_flush
wtap_dump_open
wtap_encap_short_string
wtap_encap_string
wtap_file_encap
wtap_file_extensions_string
wtap_file_extension_default_string
wtap_file_size
wtap_file_tsprecision
wtap_file_type
wtap_file_type_short_string
wtap_file_type_string
wtap_get_bytes_dumped
wtap_get_num_encap_types
wtap_get_num_file_types
wtap_open_offline
wtap_pcap_encap_to_wtap_encap
wtap_phdr
wtap_pseudoheader
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_short_string_to_encap
wtap_short_string_to_file_type
wtap_snapshot_length
wtap_strerror
wtap_wtap_encap_to_pcap_encap