aboutsummaryrefslogtreecommitdiffstats
path: root/help/display_filters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'help/display_filters.txt')
-rw-r--r--help/display_filters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/display_filters.txt b/help/display_filters.txt
index 97a6e6dfef..28303ff04e 100644
--- a/help/display_filters.txt
+++ b/help/display_filters.txt
@@ -6,7 +6,7 @@ Using display filters, you can choose which packets should (not) be shown on the
The display filter will not affect the data captured, it will only select which packets of the captured data are displayed on the screen.
-Everytime you change the filter string, all packets will be reread from the capture file (or from memory), and processed by the display filter "machine". Packet by packet, this "machine" is asked, if this particular packet should be shown or not.
+Every time you change the filter string, all packets will be reread from the capture file (or from memory), and processed by the display filter "machine". Packet by packet, this "machine" is asked, if this particular packet should be shown or not.
Wireshark offers a very powerful display filter language for this. It can be used for a wide range of purposes, from simply: "show only packets from a specific IP address", or on the other hand, to very complex filters like: "find all packets where a special application specific flag is set".