summaryrefslogtreecommitdiff
path: root/examples/py-flow-info/flow-info.py
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-01-27 12:48:20 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-01-27 12:48:20 +0100
commit23816f14036a46d0a43d6fa7f004d6a00542b6c3 (patch)
tree63b41abbdc1ef2cd1a8a47ccf963c0f3015d9572 /examples/py-flow-info/flow-info.py
parent42aad33ec83137a95fb45292cf7c4e4300634fa5 (diff)
Revert "Revert "Minor fixes.""
This reverts commit 42aad33ec83137a95fb45292cf7c4e4300634fa5.
Diffstat (limited to 'examples/py-flow-info/flow-info.py')
-rwxr-xr-xexamples/py-flow-info/flow-info.py4
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 = ''