Ramnath

Results 3 comments of Ramnath

Npcap version in Control Panel ![image](https://github.com/nmap/npcap/assets/6291476/83f8a9ac-9e53-4413-beab-35c180262206) Earlier while installing through Wireshark, it was having the version 1.78. So, I have to uninstall manually and install 1.79 using pcap_lib_version() ![image](https://github.com/nmap/npcap/assets/6291476/c388db29-36d8-494f-9a07-e5e431ffa889) I...

This is the entire code that I wrote. ``` #include #pragma comment(lib, "wpcap.lib") #include #include #include #include using namespace std; #include #include #include BOOL LoadNpcapDlls() { _TCHAR npcap_dir[512]; UINT len;...

Thank you so much, now it is capturing. ![image](https://github.com/user-attachments/assets/50c98aa9-e16d-4de0-a747-74a91ddece83) I make habit of researching first and then post my doubts. But since this is helpful and working, so I will...