Capture module: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
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.


The capture 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 the actually start (or stop) the capture. In case the filter expression is invalid, the button is disabled.


====Layer 7 protocol capture====
====Layer 7 protocol capture====
325

edits

Navigation menu