Ok so I have a captured packets file. The file contains traffic from several different subnets routed through my location. I would like to see all traffic from a given subnet. I can display filter for individual IP address from that subnet and I could build one long _expression_ (ip.addr == 172.27.0.1 or ip.addr ==172.27.0.2 or etc.) but there has got to be a better way.
Thanks