forked from draios/sysdig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes draios#1696 - Sysdig capture running endless while using filters
The timeout check was being after packets were filtered meaning that a timeout could possibly never be observed. This was changed to introduce an optional system that allows people to specify whether they want the clock to be triggered by any packet (a) or a filtered match (f). They can specify this optionally after the -M argument. If a user uses a number with no argument, backwards compatibility is maintained (which is 'ff'). Otherwise they can specify either 1 or 2 letters such as, for example "15aa" or "12af" or just "11a". The help text has been modified to talk about these new options.
- Loading branch information
1 parent
c4f0960
commit f0bc35f
Showing
1 changed file
with
82 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters