325
edits
mNo edit summary |
Remco.derooy (talk | contribs) |
||
Line 183: | Line 183: | ||
|- | |- | ||
|} | |} | ||
:will match packets that contain the string 'allegro' and/or 'allegra' and/or 'HTTP' anywhere in their payload. | :will match packets that contain the string 'allegro' and/or 'allegra' and/or 'HTTP' anywhere in their payload. Please note that the use of regexp is case sensitive. You must use the (?i) modifier for case insensitive filtering. | ||
: | |||
Captures can be limited to any amount of time or bytes, for example to capture only one minute or one megabyte of traffic. | |||
Below the list of filter criteria there is a button to actually start (or stop) the capture. In case the filter expression is invalid, the button is disabled. | |||
Below the list of filter criteria there is a button | |||
====Layer 7 protocol capture==== | ====Layer 7 protocol capture==== |
edits