Re: Re: Getting Process ID of process that sent packet

Home Forums Discussions Support Getting Process ID of process that sent packet Re: Re: Getting Process ID of process that sent packet

#7194
Vadim Smirnov
Keymaster

    You can use IP Helper API to retrieve current connections table and starting Windows XP this table also contains process ID. You can use IP/Port information from the packet to find the corresponding connection in that table and thus identify the process.