nmap / npcap

Nmap Project's Windows packet capture and transmission library
https://npcap.com
Other
2.99k stars 516 forks source link

Npcap tutorial missing files. #709

Open ChrisLangLeadville opened 9 months ago

ChrisLangLeadville commented 9 months ago

Multiple locations with the same information. #include "misc.h" / LoadNpcapDlls/

This header file is missing in the npcap-sdk-1.13

This make it difficult to do your tutorials. Be those on line or in the Examples-pcap within the Zip SDK

guyharris commented 9 months ago

This header file is missing in the npcap-sdk-1.13

Neither it nor LoadNpcapDlls() are part of the Npcap API; they're part of the examples in the Npcap source tree. The tutorial should probably be changed to match the examples..

ChrisLangLeadville commented 8 months ago

First of all, THANK YOU for responding (not so common these days). Yes, I determined they that as well. I think it should be mentioned at the start of Tutorial.

ChrisLangLeadville commented 8 months ago

Another thing to note on the examples is that the sdk referenced in the Include, and Lib directories for the VS Configurations is npcap-sdk, while it looks like the install creates the npcap-sdk-1.13

Thank you.