diff --git a/kismet_enrich_from_pcap.py b/kismet_enrich_from_pcap.py index e031363..3e65ce5 100755 --- a/kismet_enrich_from_pcap.py +++ b/kismet_enrich_from_pcap.py @@ -61,6 +61,9 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel): include_raw=False ) + # Show for debug purposes the packets in the filtered capture as well as the filter applied + print(f"[+] Filter applied: time >= {start_ts} && time <= {end_ts}") + clients_on_ap = get_clients_on_ap(cap, ap_bssid.lower()) # Placeholder: Logic will be added for: