From af9f3a205483a8b416488da61ccaadd91211c3d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Mon, 4 Aug 2014 22:37:29 +0200 Subject: [PATCH] wpcap: Initial stub implementation. --- configure | 2 ++ configure.ac | 1 + dlls/wpcap/Makefile.in | 1 + dlls/wpcap/wpcap.spec | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 dlls/wpcap/Makefile.in create mode 100644 dlls/wpcap/wpcap.spec diff --git a/configure b/configure index c9b1346ddc0..62e8abc076d 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 a56cda0e5bd..deb6b191497 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 00000000000..5841adc57d3 --- /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 00000000000..81df1b94aba --- /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 -- 2.11.4.GIT