diff --git a/enrich.py b/enrich.py index e8078ce..9ee41eb 100755 --- a/enrich.py +++ b/enrich.py @@ -316,6 +316,7 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel): for packet in filtered_packets: try: if 'radiotap' not in packet or 'wlan' not in packet or 'wlan.mgt' not in packet: + print(f"[!] Packet does not contain required layers: {packet}") continue radio = packet.radiotap