Files
rustnet/debian/control
Marco Cadetg 3c4d5e4bc1 Add Ubuntu PPA packaging support (#47)
Adds Ubuntu PPA packaging with automated GitHub Actions workflow.

- Debian packaging files in debian/ directory
- GitHub Actions workflow for automated PPA uploads
- Targets Ubuntu Questing (25.10) with Rust 1.88
2025-10-14 09:24:53 +02:00

43 lines
1.5 KiB
Plaintext

Source: rustnet-monitor
Section: net
Priority: optional
Maintainer: Marco Cadetg <domcyrus@example.com>
Build-Depends: debhelper-compat (= 13),
cargo-1.88,
rustc-1.88,
libpcap-dev,
libelf-dev,
elfutils,
zlib1g-dev,
clang,
llvm,
pkg-config
Standards-Version: 4.7.2
Homepage: https://github.com/domcyrus/rustnet
Vcs-Git: https://github.com/domcyrus/rustnet.git
Vcs-Browser: https://github.com/domcyrus/rustnet
Rules-Requires-Root: no
Package: rustnet
Architecture: amd64 arm64 armhf
Depends: ${shlibs:Depends},
${misc:Depends},
libpcap0.8,
libelf1,
elfutils
Recommends: libcap2-bin
Description: Cross-platform network monitoring terminal UI tool
RustNet provides real-time visibility into network connections with
detailed state information, connection lifecycle management, deep
packet inspection, and a terminal user interface.
.
Features include:
* Real-time Network Monitoring for TCP, UDP, ICMP, and ARP connections
* Deep Packet Inspection (DPI) for HTTP/HTTPS, DNS, SSH, and QUIC protocols
* Connection lifecycle management with protocol-aware timeouts
* Process identification and service name resolution
* Cross-platform support (Linux, macOS, Windows, BSD)
* Advanced filtering with vim/fzf-style search
* Multi-threaded processing for optimal performance
* eBPF-enhanced process detection (enabled by default with automatic fallback)