aboutsummaryrefslogtreecommitdiffstats
path: root/dfilters
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-10-29 18:37:05 +0100
committerJoão Valverde <j@v6e.pt>2021-10-31 09:28:24 +0000
commit6ae0044ebeacb158e40a96cdcd34cd7588d3556e (patch)
treea4f7de2a21b54054980289cdfec5ce88c1260bf3 /dfilters
parentf78ebe1564bd34976cc9d22d4925721d8044971b (diff)
docs: Update documentation to use ',' as set separator
Diffstat (limited to 'dfilters')
-rw-r--r--dfilters2
1 files changed, 1 insertions, 1 deletions
diff --git a/dfilters b/dfilters
index 5a89fafac7..7a84d508f8 100644
--- a/dfilters
+++ b/dfilters
@@ -13,4 +13,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" ip.addr == 192.0.2.1 and not tcp.port in {80 25}
+"Non-HTTP and non-SMTP to/from 192.0.2.1" ip.addr == 192.0.2.1 and tcp.port not in {80, 25}