On Tue, Nov 30, 2010 at 09:43:16AM +0100, Agustin Figueredo Canosa wrote: > 2 - I´d like to use different colors rules depending on the host > directions. How can i do that? Obviously, I dont know this directions > untill the frame arrives.
Typically, the client connects to a particular port on the server. For example, you could use a color filter such as "tcp.srcport == 80" for traffic returning from a web server (server -> client) and "tcp.dstport == 80" for traffic going to a web server (client -> server). ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
