[Winpcap-users] How can I get packets in/out by certain process id?(eom)

Gianluca Varenni gianluca.varenni at cacetech.com
Thu Aug 9 16:57:47 GMT 2007


Unfortunately WinPcap does not provide such information. There are ways 
(with the IP helper API) to know the sockets opened by each process, and 
then match such information with the TCP and UDP packets captured by 
WinPcap, but this is not something offered by WinPcap directly.

Also, consider that some packets are not generated by any process at all, 
they are generated by the OS itself (e.g. by the TCP/IP stack during its 
normal operation).

Have a nice day
GV

----- Original Message ----- 
From: "he tao" <hetaozju at gmail.com>
To: <winpcap-users at winpcap.org>
Sent: Thursday, August 09, 2007 1:49 AM
Subject: [Winpcap-users] How can I get packets in/out by certain process 
id?(eom)


>
> _______________________________________________
> Winpcap-users mailing list
> Winpcap-users at winpcap.org
> https://www.winpcap.org/mailman/listinfo/winpcap-users 



More information about the Winpcap-users mailing list