• Joined on 2025-04-06
yaro pushed to main at yaro/wifi_test 2025-04-29 14:15:42 -05:00
5e11cfcc80 Refactor debug output in Cisco client tracking for improved clarity and consistency
yaro pushed to main at yaro/wifi_test 2025-04-29 14:10:57 -05:00
d9e8a8eac9 Add debug statements in _cisco_avg_clients for improved tracing of Cisco client data queries
yaro pushed to main at yaro/wifi_test 2025-04-29 13:59:37 -05:00
44f51d7d0e Refactor Cisco client tracking in IndexedCapture to store timestamps with client counts and update metrics functions for time range filtering
yaro pushed to main at yaro/wifi_test 2025-04-29 13:34:20 -05:00
6c231a0830 Enhance SSID tracking in query_metrics by introducing window-based data structures for improved signal statistics and debugging output
yaro pushed to main at yaro/wifi_test 2025-04-29 13:11:38 -05:00
21fcc807ad Refactor debug statements in _count_unlinked_devices and related logic for clarity and efficiency
yaro pushed to main at yaro/wifi_test 2025-04-29 12:54:38 -05:00
6958e22088 Refactor ghost client detection in _count_unlinked_devices to improve clarity and accuracy
yaro pushed to main at yaro/wifi_test 2025-04-29 11:44:20 -05:00
a1cc33e842 Add type assertion and debug statements in query_metrics for AP channel validation
yaro pushed to main at yaro/wifi_test 2025-04-29 11:31:02 -05:00
92015c4ba7 Add debug print statements for packet subtype and AP/client tracking in IndexedCapture
yaro pushed to main at yaro/wifi_test 2025-04-29 11:21:01 -05:00
a1aefedaff Add debug print statements to query_metrics for improved packet tracking
yaro pushed to main at yaro/wifi_test 2025-04-29 11:08:02 -05:00
c6fb5ca049 Add debug print statements to query_metrics for packet analysis insights
yaro pushed to main at yaro/wifi_test 2025-04-29 10:57:56 -05:00
6c8f542448 Remove debugging print statements from IndexedCapture to clean up code
yaro pushed to main at yaro/wifi_test 2025-04-29 10:33:27 -05:00
32488ccbe2 Add debug print statements to IndexedCapture for packet indexing insights
dca27cf034 Revert a fix that did not work.
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-29 10:13:13 -05:00
6ecb49de99 Refactor query_metrics to utilize packet-specific data for client and AP counts, enhancing accuracy and performance
yaro pushed to main at yaro/wifi_test 2025-04-29 10:05:10 -05:00
2a13eed6f9 Add debug print statement to query_metrics for packet count in time range
yaro pushed to main at yaro/wifi_test 2025-04-29 09:44:16 -05:00
deedca8d2f Enhance pcap analysis by loading and indexing capture file once, improving efficiency and adding dummy SSID summary generation for future compatibility
f9837f01e8 Refactor pcap analysis by introducing IndexedCapture for efficient data handling and querying
Compare 2 commits »
yaro pushed to main at yaro/wifi_test 2025-04-28 16:08:57 -05:00
24d9783bb9 Fix display filter typo and add error handling for packet filtering in analyze_pcap function
yaro pushed to main at yaro/wifi_test 2025-04-28 15:30:52 -05:00
3675a5e97e Add display filter to pyshark FileCapture in analyze_pcap function
yaro pushed to main at yaro/wifi_test 2025-04-28 14:59:28 -05:00
150f8fc448 Add default email body for test completion notification in runtest.sh
yaro pushed to main at yaro/wifi_test 2025-04-28 14:23:28 -05:00
b810c93e29 Enhance logging in runtest.sh by implementing session logging and ensuring proper script execution flow
yaro pushed to main at yaro/wifi_test 2025-04-28 14:16:49 -05:00
8224deaba1 Add script logging and ensure proper exit in runtest.sh