One more thing needed for debug in my not so humble opinion.

This commit is contained in:
Yaro Kasear 2025-04-11 08:01:04 -05:00
parent 5132183aa3
commit 9bd042f61f

View file

@ -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: