a defining the Filter Macros procedure is added plus screenshot

minor fixes after review

minor fixes after SME review

reduced the ws-filter-macros.png screenshot size
This commit is contained in:
Alex Nik 2020-09-03 16:46:16 +02:00 committed by Peter Wu
parent dcc8bbaf9b
commit a6393f24b6
2 changed files with 17 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -908,11 +908,26 @@ Closes the dialog without saving any changes.
=== Defining And Saving Filter Macros === Defining And Saving Filter Macros
You can define filter macros with Wireshark and give them labels for later use. You can define a filter macro with Wireshark and label it for later use.
This can save time in remembering and retyping some of the more complex filters This can save time in remembering and retyping some of the more complex filters
you use. you use.
{missing} To define and save your own filter macros, follow the steps below:
. In the main menu select menu:Analyze[Display Filter Macros...]. Wireshark will open a corresponding dialog <<FilterMacrosDialog>>.
+
[[FilterMacrosDialog]]
+
.Display Filter Macros window
image::wsug_graphics/ws-filter-macros.png[{screenshot-attrs}]
. To add a new filter macro, click the btn:[{plus}] button in the bottom-left corner. A new row will appear in the Display Filter Macros table above.
. Enter the name of your macro in the `Name` column. Enter your filter macro in the `Text` column.
+
NOTE: To learn more about the filter macros syntax, see the link:https://www.wireshark.org/docs/man-pages/wireshark-filter.html[wireshark-filter man page].
. To save your modifications, click the btn:[OK] button in the bottom-right corner of the <<FilterMacrosDialog>>.
[[ChWorkFindPacketSection]] [[ChWorkFindPacketSection]]