

ip.addr = 1.2.3.0/24 filters any packets in the 1.2.3.4.0 class c subnet.Īssuming you're trying to create a display filter for address in the range 153.11.105.34 - 38 you can either use:.ip.addr = 1.2.3.4 or ip.addr = myhost filters any packets to or from the ip address or host name.1.2.3.0/24ĭisplay syntax is explained here and uses a form of ip.xxx = 1.2.3.4, e.g: net - identifies a network of addresses, usually in CIDR notation, e.g.host- identifies a particular host, if a name, the resolved ip(s) are all used, if an ip, then that is used.You seem to be confused by the differing syntaxes of capture and display filters.Ĭapture filter syntax is explained here, and allows use of the following keywords to identify ip addresses:

Refer to the pcap-filter man page for more information. They are pcap-filter capture filter syntax and can't be used in this context. Refer to the wireshark-filter man page for more information.Īs the red color indicates, the following are not valid Wireshark display filter syntax.
