mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-21 04:58:45 -05:00
23922640f0
* Update default interface selection to use active routing table Use a connectionless UDP socket to determine the active routed local IP from the OS routing table. Matches this IP to an available capture device to securely detect the preferred default network interface without sending traffic. * Add contributor Ken Tobias and fix formatting * fix: collapse nested if-let and fix unused import for clippy --------- Co-authored-by: Marco Cadetg <cadetg@gmail.com>
858 B
858 B
Contributors
We would like to thank the following people for their contributions to rustnet:
Maintainer
- Marco Cadetg (@domcyrus) - Creator and maintainer
Contributors
We would like to thank these people for their valuable contributions:
- DeepChirp (@DeepChirp) - Code contributions
- Conor O'Callaghan (@Conor0Callaghan) - JSON/SIEM logging research and design input
- Ken Tobias (@l1a) - Code contributions
Contributing
We welcome and appreciate all contributions! Whether you're fixing bugs, adding features, improving documentation, or helping with ideas and feedback, your contributions make rustnet better.
See our CONTRIBUTING.md for guidelines on how to contribute.