Open Issues Need Help
View All on GitHubAI Summary: The task is to improve the performance of the Dumpy web application by implementing parallel file processing for PCAP file exports. This involves modifying the existing `export.rs` file to process multiple PCAP files concurrently, likely using Rust's concurrency features like threads or async/await. The goal is to significantly reduce the export time, especially when dealing with large numbers of files.
A web frontend to libpcap spool directories as produced by tcpdump or daemonlogger.
AI Summary: Implement logging for authentication attempts in the Dumpy application. This involves adding logging statements to record successful and failed login attempts, including timestamps and user details (if available). The logs should be written to a configurable location and format.
A web frontend to libpcap spool directories as produced by tcpdump or daemonlogger.
AI Summary: Implement logging for authentication attempts in the Dumpy application. This involves adding logging statements to record successful and failed login attempts, including timestamps and user details (if available). The logs should be written to a configurable location and format.
A web frontend to libpcap spool directories as produced by tcpdump or daemonlogger.