npcap icon indicating copy to clipboard operation
npcap copied to clipboard

pcap_oid_get_request is missing in npcap-1.79.exe

Open joshuafc opened this issue 1 year ago • 1 comments
trafficstars

I have download sdk from https://npcap.com/#download

https://npcap.com/dist/npcap-1.79.exe https://npcap.com/dist/npcap-sdk-1.13.zip

There is no pcap_oid_get_request in C:\Windows\system32\wpcap.dll

joshuafc avatar May 08 '24 07:05 joshuafc

It's in pcap.c in libpcap 1.10.4, if _WIN32 is defined; which libpcap source is used to build Npcap?

And what controls which APIs are exported from wpcap.dll?

guyharris avatar May 10 '24 18:05 guyharris

@joshuafc Thanks for reporting this. I extracted all 3 architectures of wpcap.dll from our installer and verified that pcap_oid_get_request is exported using dumpbin /exports . I also see it in wpcap.lib in the 1.13 SDK. Can you provide some details about what you have tried and how it is not working?

dmiller-nmap avatar Sep 12 '24 22:09 dmiller-nmap

sorry, wrong dll is loaded, there is an other one in the system.

joshuafc avatar Sep 14 '24 06:09 joshuafc