You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/traffic-monitor
Krish Sharma 8aef9d987e feat: add configuration examples and comprehensive test suite
Configuration Files:
- configs/default.json: Standard private network CIDR ranges
- configs/strict.json: Restrictive localhost-only configuration
- configs/logging-example.json: Example with logging settings

Test Suite (tests/integration_tests.rs):
- Comprehensive integration tests for all components
- CIDR parsing and IP matching validation
- Event handling and statistics verification
- Configuration loading and validation tests
- Error handling and edge case coverage

Features Tested:
- IP address parsing and CIDR range matching
- Traffic event processing and statistics
- Configuration file loading and validation
- Protocol detection and classification
- Event handler statistics and summaries

Quality Assurance:
- Edge case handling for malformed inputs
- Performance testing for high-volume scenarios
- Memory safety verification for eBPF integration
- Cross-platform compatibility testing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
3 weeks ago
..
configs feat: add configuration examples and comprehensive test suite 3 weeks ago
scripts feat: add comprehensive traffic log analysis and threat detection 3 weeks ago
src feat: implement userspace program with integrated logging 3 weeks ago
tests feat: add configuration examples and comprehensive test suite 3 weeks ago
Cargo.toml feat: initialize eBPF traffic monitor project structure 3 weeks ago
build.rs feat: initialize eBPF traffic monitor project structure 3 weeks ago