mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-11-01 18:57:48 +00:00
Added new flow event: FLOW_EVENT_DETECTION_UPDATE
* This event will be triggered when nDPI detection has some new information for us (hopefully). * Detection change is based on hashing with 32-bit murmur3 certain members of the ndpi flow struct. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -22,8 +22,8 @@ def parse_json_str(json_str):
|
||||
event_str = 'Idle flow'
|
||||
elif event == 'detected':
|
||||
event_str = 'Detected'
|
||||
elif event == 'detected-extra':
|
||||
event_str = 'Detected Extra'
|
||||
elif event == 'detection-update':
|
||||
event_str = 'Update'
|
||||
elif event == 'guessed':
|
||||
event_str = 'Guessed'
|
||||
elif event == 'not-detected':
|
||||
|
||||
Reference in New Issue
Block a user