You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filters are ALL between filter kinds (ports, protocols, hosts) but ANY within a kind. So, for example, filtering for TCP traffic on port 80 and port 443 will match TCP + 80 OR TCP + 443. We should also check the docs to make sure this is covered.