-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Hi @bitkeks ,
Thank for your app. I try it today, capture some packet from a ASR 1002 router netflow v9 export.
But when I analyzer .gz file, it's show error:
(p3venv) [vuht@dashboard python-netflow-v9-softflowd]$ python analyzer.py -f 1581912445.gz
Traceback (most recent call last):
File "analyzer.py", line 215, in
for flow in sorted(flows, key=lambda x: x["FIRST_SWITCHED"]):
File "analyzer.py", line 215, in
for flow in sorted(flows, key=lambda x: x["FIRST_SWITCHED"]):
KeyError: 'FIRST_SWITCHED'