Exclude public traffic
What filters could i use to remove all the internet chatter in the LAN. Am trying to get a look into all the LAN traffic without applying to broad of filters and accidentally obscuring something regarding multicasting, mDNS, and etc.
Tried basic attempts and inverses of examples but would end up missing things. For example: ip.src in {192.168.0.0/16 172.16.0.0/12 10.0.0.0/8} or ip.dst in {192.168.0.0/16 172.16.0.0/12 10.0.0.0/8}
occasional public ip's scattered about. Also since public traffic requires more layers maybe it would be better and easier to specifically exclude it rather than try to pick everything in a lan?
I think it would be easier to exclude what you don't want. An example to exclude multicast traffic, you can use the filter eth.dst.ig==1.