Expand description
Network scanner module for host discovery and packet capture.
This module provides the main Scanner struct that coordinates
network scanning operations using a backend-agnostic architecture.
Modules§
- arp_
validator - ARP reply validation for security.
- packet_
processor - Packet processing and statistics extraction logic.
- tasks
- Task lifecycle management for the scanner.
Structs§
- Scanner
- Main network scanner struct.