One more thing needed for debug in my not so humble opinion.
This commit is contained in:
parent
5132183aa3
commit
9bd042f61f
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue