aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-07-26 15:10:42 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-07-26 15:10:42 +0000
commit64b467543eaf0de34c5b0c0ed89e6b171c5fa8d1 (patch)
tree2698bd2bab840274bf4d3c5ab16fa689433109e3
parent5c760cce323345444bc260b6c25fbd7c876c5f8b (diff)
Well, since 1 instance of wireshark was already changed to Wireshark, we might as well change the rest too for consistency.
svn path=/trunk/; revision=44047
-rw-r--r--doc/README.display_filter6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.display_filter b/doc/README.display_filter
index 150d38721e..348f88e202 100644
--- a/doc/README.display_filter
+++ b/doc/README.display_filter
@@ -3,7 +3,7 @@
What is the display filter system?
==================================
The display filter system allows the user to select packets by testing
-for values in the proto_tree that wireshark constructs for that packet.
+for values in the proto_tree that Wireshark constructs for that packet.
Every proto_item in the proto_tree has an 'abbrev' field
and a 'type' field, which tells the display filter engine the name
of the field and its type (what values it can hold).
@@ -547,7 +547,7 @@ almost done as no errors should occur here.
Go to wireshark/ and run make. One thing to do is make dftest and see
if you can construct valid display filters with your new operator. Or
-you may want to move directly to the generation of wireshark.
+you may want to move directly to the generation of Wireshark.
Look also at wireshark/gtk/dfilter_expr_dlg.c and edit the display filter
expression generator.
@@ -593,6 +593,6 @@ Total Tests Failed: 0
Note that dfilter-test.py should be run from the top of the
-wireshark distribution, so it knows where to find the default
+Wireshark distribution, so it knows where to find the default
text2pcap and tshark executables.