diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-01-27 12:48:20 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-01-27 12:48:20 +0100 |
commit | 23816f14036a46d0a43d6fa7f004d6a00542b6c3 (patch) | |
tree | 63b41abbdc1ef2cd1a8a47ccf963c0f3015d9572 /examples/py-flow-info/flow-info.py | |
parent | 42aad33ec83137a95fb45292cf7c4e4300634fa5 (diff) |
Revert "Revert "Minor fixes.""
This reverts commit 42aad33ec83137a95fb45292cf7c4e4300634fa5.
Diffstat (limited to 'examples/py-flow-info/flow-info.py')
-rwxr-xr-x | examples/py-flow-info/flow-info.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/py-flow-info/flow-info.py b/examples/py-flow-info/flow-info.py index c4324ef53..6f94dbece 100755 --- a/examples/py-flow-info/flow-info.py +++ b/examples/py-flow-info/flow-info.py @@ -235,6 +235,10 @@ def onFlowCleanup(instance, current_flow, global_user_data): def onJsonLineRecvd(json_dict, instance, current_flow, global_user_data): stats = global_user_data stats.update(json_dict, current_flow) + + if 'packet_event_id' in json_dict: + return True + stats.resetStatus() instance_and_source = '' |