Forum Replies Created
-
AuthorPosts
-
Sorry. I should have describe in detail.
“NAC” means Network Access Control. Some NAC solutions have made conflict in my WinpkFilter with them. If NAC is installed, it occurs sometimes. But I don’t know the reason.
I use Windows XP and both type of WinpkFilter. The version of WinpkFilter is 3.0.7.1.
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?
I used CNdisApi::SetMTUDecrement API, but WinPkFilter didn’t work.
I don’t know what to do..
After calling CNdisApi::GetTcpipBoundAdaptersInfo API, I got A adapter information.. Is that right?
The name(m_szAdapterNameList) of the adapter was NDISIP… bla bla..
Thanks to your reply.
I use Winpkfilter in local network.
I have some questions about how to capture loopback packets.
In struct _STATIC_FILTER, I use FILTER_PACKET_REDIRECT flag for m_FilterAction. Is it right?
What is data in m_NetworkFilter.m_IPv4.m_ValidFields when I capture loopback packets?
PACKET_FLAG_ON_SEND or PACKET_FLAG_ON_RECEIVE?
Thank you again.
-
AuthorPosts