A web frontend to libpcap spool directories as produced by tcpdump or daemonlogger.

3 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub
Parallel File Processing about 2 months ago

AI 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.

Complexity: 4/5
enhancement help wanted

A web frontend to libpcap spool directories as produced by tcpdump or daemonlogger.

Rust
Authentication Logging about 2 months ago

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.

Complexity: 3/5
enhancement good first issue

A web frontend to libpcap spool directories as produced by tcpdump or daemonlogger.

Rust

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.

Complexity: 3/5
enhancement good first issue

A web frontend to libpcap spool directories as produced by tcpdump or daemonlogger.

Rust