November 9, 2010 at 4:12 am
#6984
I want to capture packets and redirect in SSL VPN environment. But, it seems that any packets didn’t come to my proc.
I think WinPkFilter can’t capture packets from virtual network adapter like vmware..
GetTcpipBoundAdaptersInfo(&m_listAdapter);
There isn’t any information about virtual network adapter in the result. How can I get virtual adapter informations? Is it possible to capture packets and redirect from virtual adapter?