Ask Your Question

Revision history [back]

As an example of what @jaap said:

!(ip.addr[0-1] == AC.10 and ip.addr[3] == 25)

Filter out all addresses with first 2 octets of 172.16 and 3rd octet of 37 (octets converted to Hex).

As an example of what @jaap said:

!(ip.addr[0-1] == AC.10 and ip.addr[3] == 25)

Filter out all addresses with first 2 octets of 172.16 and 3rd 4th octet of 37 (octets converted to Hex).