Try somthing along the lines of ip.src==ADDR1 and ip.dst=ADDR2 and 
tcp.srcport==PORT1 and tcp.dstport==PORT2.

So not a bug.

Andy.



"Kukosa, Tomas" <[EMAIL PROTECTED]> 
To
<wireshark-dev@wireshark.org>
cc

bcc

Subject
[Wireshark-dev] Conversation filters





"Kukosa, Tomas" <[EMAIL PROTECTED]>
Please respond to : Developer support list for Wireshark 
<wireshark-dev@wireshark.org>
Sent by: [EMAIL PROTECTED] 
21/11/2007 17:11


If I filter conversation from the context menu or the Conversations dialog 
it crates filter in following way (or similar):
ip.addr==ADDR1 and ip.addr=ADDR2 and tcp.port==PORT1 and tcp.port==PORT2
 
Unfortunaty it matches to two TCP streams ADDR1:PORT1<->ADDR2:PORT2 and 
ADDR1:PORT2<->ADDR2:PORT1
and if I have both of them in one file it is not easy to filter them from 
conversations menu.
 
Was it an intention or is it a bug?
 
If it is a bug what another filter style should we generate?
 
Regards,
  Tomas
 
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev





IMPORTANT - CONFIDENTIALITY NOTICE - This e-mail is intended only for the 
use of the addressee/s above.  It may contain information which is 
privileged, confidential or otherwise protected from disclosure under 
applicable laws.  If the reader of this transmission is not the intended 
recipient, you are hereby notified that any dissemination, printing, 
distribution, copying, disclosure or the taking of any action in reliance 
on the contents of this information is strictly prohibited.  If you have 
received this transmission in error, please immediately notify us by reply 
e-mail or using the address below and delete the message and any 
attachments from your system. 

Amadeus Services Ltd, World Business Centre 3, 1208 Newall Road, Hounslow, 
Middlesex, TW6 2TA, Registered number 4040059
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to