Compare commits
2 commits
5af62780ef
...
63a5bbba09
Author | SHA1 | Date | |
---|---|---|---|
![]() |
63a5bbba09 | ||
![]() |
d16d4bc171 |
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,8 @@ def analyze_pcap(pcapng_path, start_ts, end_ts, ap_bssid, ap_channel):
|
|||
|
||||
for packet in filtered_packets:
|
||||
try:
|
||||
print(f"[DEBUG] Layers: {[layer.layer_name for layer in packet.layers]}")
|
||||
|
||||
if 'radiotap' not in packet or 'wlan' not in packet or 'wlan.mgt' not in packet:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue