Commit Graph

1 Commits

Author SHA1 Message Date
Robert McMahon 04e05c409a Replace bash script with pure Python scapy-based monitor script
- Created test_monitor.py: single Python script using scapy for packet capture
- Removed test_monitor_tshark.sh: replaced by Python solution
- Avoids tshark parsing issues by using scapy directly
- Provides same functionality: RA/TA extraction, histograms, statistics
- Supports --keep-pcap flag for saving pcap files

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 15:04:57 -08:00