=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wpcap: Initial stub implementation.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 6 15:52:12 CDT 2014


Module: wine
Branch: master
Commit: af9f3a205483a8b416488da61ccaadd91211c3d0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=af9f3a205483a8b416488da61ccaadd91211c3d0

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Aug  4 22:37:29 2014 +0200

wpcap: Initial stub implementation.

---

 configure              |  2 ++
 configure.ac           |  1 +
 dlls/wpcap/Makefile.in |  1 +
 dlls/wpcap/wpcap.spec  | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 82 insertions(+)

diff --git a/configure b/configure
index c9b1346..62e8abc 100755
--- a/configure
+++ b/configure
@@ -1282,6 +1282,7 @@ enable_wmiutils
 enable_wmp
 enable_wmvcore
 enable_wnaspi32
+enable_wpcap
 enable_ws2_32
 enable_wshom_ocx
 enable_wsnmp32
@@ -17315,6 +17316,7 @@ wine_fn_config_test dlls/wmp/tests wmp_test
 wine_fn_config_dll wmvcore enable_wmvcore
 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
 wine_fn_config_dll wow32 enable_win16 implib
+wine_fn_config_dll wpcap enable_wpcap
 wine_fn_config_dll ws2_32 enable_ws2_32 implib
 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
diff --git a/configure.ac b/configure.ac
index a56cda0..deb6b19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3279,6 +3279,7 @@ WINE_CONFIG_TEST(dlls/wmp/tests)
 WINE_CONFIG_DLL(wmvcore)
 WINE_CONFIG_DLL(wnaspi32,,[implib])
 WINE_CONFIG_DLL(wow32,enable_win16,[implib])
+WINE_CONFIG_DLL(wpcap)
 WINE_CONFIG_DLL(ws2_32,,[implib])
 WINE_CONFIG_TEST(dlls/ws2_32/tests)
 WINE_CONFIG_DLL(wshom.ocx,,[clean])
diff --git a/dlls/wpcap/Makefile.in b/dlls/wpcap/Makefile.in
new file mode 100644
index 0000000..5841adc
--- /dev/null
+++ b/dlls/wpcap/Makefile.in
@@ -0,0 +1 @@
+MODULE    = wpcap.dll
diff --git a/dlls/wpcap/wpcap.spec b/dlls/wpcap/wpcap.spec
new file mode 100644
index 0000000..81df1b9
--- /dev/null
+++ b/dlls/wpcap/wpcap.spec
@@ -0,0 +1,78 @@
+@ stub bpf_dump
+@ stub bpf_filter
+@ stub bpf_image
+@ stub bpf_validate
+@ stub endservent
+@ stub eproto_db
+@ stub getservent
+@ stub install_bpf_program
+@ stub pcap_breakloop
+@ stub pcap_close
+@ stub pcap_compile
+@ stub pcap_compile_nopcap
+@ stub pcap_createsrcstr
+@ stub pcap_datalink
+@ stub pcap_datalink_name_to_val
+@ stub pcap_datalink_val_to_description
+@ stub pcap_datalink_val_to_name
+@ stub pcap_dispatch
+@ stub pcap_dump
+@ stub pcap_dump_close
+@ stub pcap_dump_file
+@ stub pcap_dump_flush
+@ stub pcap_dump_ftell
+@ stub pcap_dump_open
+@ stub pcap_file
+@ stub pcap_fileno
+@ stub pcap_findalldevs
+@ stub pcap_findalldevs_ex
+@ stub pcap_freealldevs
+@ stub pcap_freecode
+@ stub pcap_get_airpcap_handle
+@ stub pcap_geterr
+@ stub pcap_getevent
+@ stub pcap_getnonblock
+@ stub pcap_is_swapped
+@ stub pcap_lib_version
+@ stub pcap_list_datalinks
+@ stub pcap_live_dump
+@ stub pcap_live_dump_ended
+@ stub pcap_lookupdev
+@ stub pcap_lookupnet
+@ stub pcap_loop
+@ stub pcap_major_version
+@ stub pcap_minor_version
+@ stub pcap_next
+@ stub pcap_next_etherent
+@ stub pcap_next_ex
+@ stub pcap_offline_filter
+@ stub pcap_offline_read
+@ stub pcap_open
+@ stub pcap_open_dead
+@ stub pcap_open_live
+@ stub pcap_open_offline
+@ stub pcap_parsesrcstr
+@ stub pcap_perror
+@ stub pcap_read
+@ stub pcap_remoteact_accept
+@ stub pcap_remoteact_cleanup
+@ stub pcap_remoteact_close
+@ stub pcap_remoteact_list
+@ stub pcap_sendpacket
+@ stub pcap_sendqueue_alloc
+@ stub pcap_sendqueue_destroy
+@ stub pcap_sendqueue_queue
+@ stub pcap_sendqueue_transmit
+@ stub pcap_set_datalink
+@ stub pcap_setbuff
+@ stub pcap_setfilter
+@ stub pcap_setmintocopy
+@ stub pcap_setmode
+@ stub pcap_setnonblock
+@ stub pcap_setsampling
+@ stub pcap_setuserbuffer
+@ stub pcap_snapshot
+@ stub pcap_stats
+@ stub pcap_stats_ex
+@ stub pcap_strerror
+@ stub wsockinit




More information about the wine-cvs mailing list