monitor packets from server

Nov 26, 2005
15,197
403
126
I want to monitor packets coming and going to a game server I play at. I've seen wire shark can do this. How do i filter just the server connection?
 

theevilsharpie

Platinum Member
Nov 2, 2009
2,322
14
81
Just to clarify, are you wanting to perform a packet trace on your computer for all traffic going to the server, or are you want to perform a packet trace on the server itself?
 

Danimal1209

Senior member
Nov 9, 2011
355
0
0
You can use wireshark and then filter the results by destination and source ip.
Put the servers ip in the filter and it'll show you only the packets sent to and from that ip.