Ramnath
Ramnath
Npcap version in Control Panel  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()  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.  I make habit of researching first and then post my doubts. But since this is helpful and working, so I will...