wpcap: Initial stub implementation.

This commit is contained in:
André Hentschel 2014-08-04 22:37:29 +02:00 committed by Alexandre Julliard
parent 9d1cfecc6d
commit af9f3a2054
4 changed files with 82 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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])

1
dlls/wpcap/Makefile.in Normal file
View File

@ -0,0 +1 @@
MODULE = wpcap.dll

78
dlls/wpcap/wpcap.spec Normal file
View File

@ -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