aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dfilter-test.py
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /tools/dfilter-test.py
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
ethereal->wireshark updates
svn path=/trunk/; revision=18206
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)