Filter the Connections table so it displays only those connections matching the criteria specified in the Filter option.
Filter by
Filter Logic displays how the filter is applied.
The fields you enter values into are combined into a search string with a logical AND. For example, if you enter values for Source IP and Destination IP, the search string looks for connections matching:
Source IP AND Destination IP
Check the Group box next to any two or more criteria to combine them with a logical OR. For example, if you enter values for Source IP, Destination IP, and Protocol, and check Group next to Source IP and Destination IP, the search string looks for connections matching:
(Source IP OR Destination IP) AND Protocol