aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.def
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-05-04 21:10:55 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-05-04 21:10:55 +0000
commit131cecd1e83454db7c614a97ff9a745314746840 (patch)
tree07f982aefa953c272e4c9cf361c9f0bdaf77804a /wiretap/wtap.def
parent334177b09605c99e8fbbd1b952f697a325b38d4c (diff)
Add a plugin interface to wiretap.
So far I've done only regression testing (the new functionality and what's in wtap-plugins.c has not yet being tested). it is a first step in the way to have lua opening files. svn path=/trunk/; revision=21686
Diffstat (limited to 'wiretap/wtap.def')
-rw-r--r--wiretap/wtap.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/wiretap/wtap.def b/wiretap/wtap.def
index c85eebf96c..9db34d9b67 100644
--- a/wiretap/wtap.def
+++ b/wiretap/wtap.def
@@ -1,4 +1,5 @@
EXPORTS
+
wtap_buf_ptr
wtap_close
wtap_dump
@@ -20,6 +21,7 @@ wtap_file_type
wtap_file_type_short_string
wtap_file_type_string
wtap_get_bytes_dumped
+wtap_get_num_encap_types
wtap_set_bytes_dumped
wtap_open_offline
wtap_pcap_encap_to_wtap_encap
@@ -28,6 +30,8 @@ wtap_process_pcap_packet
wtap_pseudoheader
wtap_read
wtap_read_so_far
+wtap_register_open_routine
+wtap_register_open_routine
wtap_seek_read
wtap_sequential_close
wtap_short_string_to_encap