can this obtain the program id (pid) of the packet?
Opened this issue · 3 comments
gitlsl commented
just like title, I want to which pid the packet belong
bricknerb commented
Can you share a .pcap file and maybe Wireshark screenshot that shows the pid?
gitlsl commented
it seem can not find a pcap contain pid..
do You know how to mark the application so that I can follow the tag to know which application it is ( like setting we can set DSCP on windows qos)
bricknerb commented
I guess you could see what TCP connections each process has open using Windows API and then see what packets match these connections.