1 | initial version |
Did you try it?
You can indeed use >
et all on ip addresses directly, no need to convert to a number. I prefer to view my filter as to what should be filtered "in", so that's everything with a source address less than 10.223.105.17 or greater than .123 giving:
ip.src < 10.223.105.17 || ip.src > 10.223.105.123