Filter by ip dst or source using wildcard on the last 3 digits:
(ip.dst == 192.168.0.0/24) || (ip.src == 192.168.0.0/24)
Comments are closed.