summaryrefslogtreecommitdiff
path: root/tools/dfilter-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfilter-test.py')
-rwxr-xr-xtools/dfilter-test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dfilter-test.py b/tools/dfilter-test.py
index f77319e3f2..8af7907869 100755
--- a/tools/dfilter-test.py
+++ b/tools/dfilter-test.py
@@ -950,7 +950,7 @@ class String(Test):
return self.DFilterCount(pkt_http,
'http.request.method <= "HEAE"', 1)
- # XXX - this isn't handled in ethereal yet
+ # XXX - this isn't handled in wireshark yet
def ck_slice_1(self):
return self.DFilterCount(pkt_http,
'http.request.method[0] == "H"', 1)
@@ -1220,7 +1220,7 @@ class TVB(Test):
return self.DFilterCount(pkt_http,
"ip[2:2] == 00:c1", 1)
- # These don't work yet in Ethereal
+ # These don't work yet in Wireshark
def ck_slice_4(self):
return self.DFilterCount(pkt_http,
"ip[-5] == 0x86", 1)