mirror of
				https://github.com/optim-enterprises-bv/nDPId.git
				synced 2025-10-30 17:57:48 +00:00 
			
		
		
		
	Renamed basic event to error event for the sake of the logic.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
		| @@ -62,7 +62,7 @@ def nDPIsrvd_worker_onJsonLineRecvd(json_dict, instance, current_flow, global_us | ||||
|     shared_flow_dict['total-events'] += 1 | ||||
|     shared_flow_dict['total-json-bytes'] = nsock.received_bytes | ||||
|  | ||||
|     if 'basic_event_name' in json_dict: | ||||
|     if 'error_event_name' in json_dict: | ||||
|         shared_flow_dict['total-base-events'] += 1 | ||||
|  | ||||
|     if 'daemon_event_name' in json_dict: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Toni Uhlig
					Toni Uhlig