I'd like to filter all the packets with a wildcard for the field name, for example, something like *addr*
would filter all packets such that any packet that had addr
in a field name would be displayed. Field names that might be included: ip.addr
, ipv6.addr
, eth.addr
, etc. addr
is just an example, I'd like to use other field name wildcard filters too.