1 # This file is the display filter macro file shipped with Wireshark. It may be overwritten.
2 # For your personal macros you can use the same file in your profile dir.
3 "private_ipv4" $1 == 192.168.0.0/16 or $1 == 172.16.0.0/12 or $1 == 10.0.0.0/8
4 "private_ethernet" $1[0] & 0x0F == 2
5 "private_ipv6" ipv6 and $1 == fc00::/7