aboutsummaryrefslogtreecommitdiffstats
path: root/dfilters
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-06-27 11:36:15 -0700
committerAnders Broman <a.broman58@gmail.com>2018-06-27 20:46:17 +0000
commit5d97cee7da31ac605f6a643b6c0492fb1a83456e (patch)
treeab977c12d9eae7a7eabe0b947a4cc8ea62ac51b3 /dfilters
parent21ad01731071316d4a721c76c30470185f41df87 (diff)
Remove IPX from our default filters.
Remove IPX items from the default capture, color, and display filter files. Suggested by Laura Chappell at SharkFest 2018. Change-Id: I5e14caaa69efc638a5da7c795bf8a9e5e890b3fd Reviewed-on: https://code.wireshark.org/review/28489 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'dfilters')
-rw-r--r--dfilters1
1 files changed, 0 insertions, 1 deletions
diff --git a/dfilters b/dfilters
index 45295ca5a6..5a89fafac7 100644
--- a/dfilters
+++ b/dfilters
@@ -7,7 +7,6 @@
"IPv4 address isn't 192.0.2.1 (don't use != for this!)" !(ip.addr == 192.0.2.1)
"IPv6 only" ipv6
"IPv6 address 2001:db8::1" ipv6.addr == 2001:db8::1
-"IPX only" ipx
"TCP only" tcp
"UDP only" udp
"Non-DNS" !(udp.port == 53 || tcp.port == 53)