On Fri, Aug 09, 2013 at 11:41:59AM -0700, Gerald Combs wrote:
> Laura Chappell and Sean Walberg recently discovered that logical OR
> takes precedence over logical AND in display filters. Is there any
> reason we shouldn't reverse this so that we match the order of
> operations elsewhere (including BPF)?

I think in BPF they have the same priority, evaluated from left to right, check 
dump of:

'port 333 or port 444 and host 192.168.192' same '(port 333 or port 444) and 
host 192.168.192.1'
'host 192.168.192.1 and port 443 or port 333' same '(host 192.168.192.1 and 
port 443) or port 333'
___________________________________________________________________________
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

Reply via email to