WinPcap captures packets, it doesn't directly lists the network session. You can obtain a similar information by decoding the captured packets and recognizing the IP/TCP connections. What's the problem that you are trying to solve? If all you need is the list of TCP sessions and you work on Windows only, I think the Microsoft IP helper API should give you what you need.
Have a nice day GV From: Turki Al-Ibrahim Sent: Tuesday, February 16, 2010 8:47 AM To: [email protected] Subject: [Winpcap-users] Using Winpcap to list active network sessions Hi, I'm trying to develop an application that lists active network sessions in a machine, something like netstat but I'm wondering if it is possible to get the same result using winpcap API? Thanks. -- Taylor -------------------------------------------------------------------------------- _______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users
_______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users
