SA-MP Forums Archive
Can I make Wireshark display incoming data on one list and outgoing data on another? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Can I make Wireshark display incoming data on one list and outgoing data on another? (/showthread.php?tid=371615)



Can I make Wireshark display incoming data on one list and outgoing data on another? - [HLF]Southclaw - 23.08.2012

Title says it all.

I'd like to pretty much split the interface to show incoming connections one side and outgoing connections the other side. If not, can I just make it show only incoming or outgoing at once?


Re: Can I make Wireshark display incoming data on one list and outgoing data on another? - linuxthefish - 24.08.2012

Depends on how you define incoming traffic, and what type of traffic. (UDP, HTTP etc)


Re: Can I make Wireshark display incoming data on one list and outgoing data on another? - Mauzen - 24.08.2012

Afaik no, as theres no way to open a second packet window. But you can open it twice, and use ip.src == your ip and ip.dst == your ip as filters to get all packets sent from ip/received on it.


Re: Can I make Wireshark display incoming data on one list and outgoing data on another? - [HLF]Southclaw - 24.08.2012

Thanks Mauzen!