1 | initial version |
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).
2 | No.2 Revision |
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).