Add debug output for Cisco SSIDs and BSSID-to-SSID mapping in query_metrics
This commit is contained in:
parent
5e11cfcc80
commit
5ba7e701d5
1 changed files with 3 additions and 0 deletions
|
@ -143,6 +143,9 @@ class IndexedCapture:
|
||||||
|
|
||||||
packets = self.get_packets_in_time_range(start_ts, end_ts)
|
packets = self.get_packets_in_time_range(start_ts, end_ts)
|
||||||
|
|
||||||
|
print("[DEBUG] Cisco SSIDs indexed:", list(self.cisco_ssid_clients.keys()))
|
||||||
|
print("[DEBUG] BSSID-to-SSID map:", self.bssid_to_ssid)
|
||||||
|
|
||||||
# Build local windowed structures
|
# Build local windowed structures
|
||||||
window_clients = defaultdict(set)
|
window_clients = defaultdict(set)
|
||||||
window_aps = defaultdict(set)
|
window_aps = defaultdict(set)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue