diff --git a/enrich.py b/enrich.py index 3413b96..d0a2e4d 100755 --- a/enrich.py +++ b/enrich.py @@ -32,7 +32,8 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel): cap = pyshark.FileCapture( pcapng_path, use_json=True, - include_raw=False + include_raw=False, + keep_packets=False ) ap_channel = int(ap_channel)