aboutsummaryrefslogtreecommitdiffstats
path: root/dfilters
diff options
context:
space:
mode:
Diffstat (limited to 'dfilters')
-rw-r--r--dfilters2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfilters b/dfilters
index 2c2a0dea24..45295ca5a6 100644
--- a/dfilters
+++ b/dfilters
@@ -14,4 +14,4 @@
"TCP or UDP port is 80 (HTTP)" tcp.port == 80 || udp.port == 80
"HTTP" http
"No ARP and no DNS" not arp and !(udp.port == 53)
-"Non-HTTP and non-SMTP to/from 192.0.2.1" not (tcp.port == 80) and not (tcp.port == 25) and ip.addr == 192.0.2.1
+"Non-HTTP and non-SMTP to/from 192.0.2.1" ip.addr == 192.0.2.1 and not tcp.port in {80 25}