Hi,

 

I tried writing a Display filter macro for one I use often and it did not work. 
So I tried with the on I found 

in the help file and it failed too. Can you help me on that one ?  

 

This one is from the help file:

( (ip.src == $1and ip.dst == $2 and tcp.srcpt == $3 and tcp.dstpt == $4) or 
(ip.src == $2and ip.dst == $1 and tcp.srcpt == $4 and tcp.dstpt == $3) )

 

Regards.

 

André Noël

_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to