Add debug print statements to query_metrics for packet analysis insights

This commit is contained in:
Yaro Kasear 2025-04-29 11:07:37 -05:00
parent 6c8f542448
commit c6fb5ca049

View file

@ -163,6 +163,8 @@ class IndexedCapture:
else:
continue
print(f"[DEBUG] Packet ts={packet.frame_info.time_epoch}, freq={freq}, resolved_channel={channel}, ap_channel={ap_channel}")
# Track APs (beacons / probe responses only!)
subtype = int(getattr(wlan, 'type_subtype', '0'), 16)
if subtype in (5, 8) and bssid: