Add debug print statements to query_metrics for packet analysis insights
This commit is contained in:
parent
6c8f542448
commit
c6fb5ca049
1 changed files with 16 additions and 14 deletions
|
@ -163,6 +163,8 @@ class IndexedCapture:
|
||||||
else:
|
else:
|
||||||
continue
|
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!)
|
# Track APs (beacons / probe responses only!)
|
||||||
subtype = int(getattr(wlan, 'type_subtype', '0'), 16)
|
subtype = int(getattr(wlan, 'type_subtype', '0'), 16)
|
||||||
if subtype in (5, 8) and bssid:
|
if subtype in (5, 8) and bssid:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue