From 9bd042f61f87ad758c2c227282b2407404ba7e27 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Fri, 11 Apr 2025 08:01:04 -0500 Subject: [PATCH] One more thing needed for debug in my not so humble opinion. --- kismet_enrich_from_pcap.py | 3 +++ 1 file changed, 3 insertions(+) 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: