Compare commits
No commits in common. "63a5bbba099c7272a2b54943d3e66f16eec1ec1f" and "5af62780efb86b6609541a2b11e48ea7b98b9b74" have entirely different histories.
63a5bbba09
...
5af62780ef
1 changed files with 0 additions and 2 deletions
|
@ -315,8 +315,6 @@ 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