display filter for ip & port combination
is there a way to filter by ip.addr & tcp.port (or udp.port) cobination?
you can use a convoluted ((ip.src==... && tcp.srcport==...) || (ip.dst==... && tcp.dstport==...)), but this gets out of hand once you also consider negation, as well as complex filters.
is there a way to use something like tcp.endpoint==8.8.8.8:443 or udp.endpoint.dst==8.8.8.8:53?
if not, then can I suggest this as a feature request? :)
fixed the title of the post that was mistakenly cut while posting