Posts by Gabriel Pacheco • 1 point
1 post
-
0
votes1
answer229
viewsQ: How to capture packets from a TCP connection using a proxy?
I’m writing a TCP proxy to capture packets sent from my computer to a remote server and vice versa. I connected a fake test server on localhost and Proxy works well, intercepting and directing the…