aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
commit996d4db495e60df8a627097e3885acdce209132c (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/dfilter
parent5db0c85982c837278fb397d53233303cd0eaf8e3 (diff)
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/semcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/semcheck.c b/epan/dfilter/semcheck.c
index 9949f9f021..572bbc3e2b 100644
--- a/epan/dfilter/semcheck.c
+++ b/epan/dfilter/semcheck.c
@@ -1033,7 +1033,7 @@ check_test(stnode_t *st_node)
#ifdef HAVE_LIBPCRE
check_relation("matches", TRUE, ftype_can_matches, st_node, st_arg1, st_arg2);
#else
- dfilter_fail("This Ethereal version does not support the \"matches\" operation.");
+ dfilter_fail("This Wireshark version does not support the \"matches\" operation.");
THROW(TypeError);
#endif
break;