Source: ngrep
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               libnet1-dev,
               libpcap0.8-dev,
               libpcre2-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/jpr5/ngrep
Vcs-Browser: https://salsa.debian.org/debian/ngrep
Vcs-Git: https://salsa.debian.org/debian/ngrep.git

Package: ngrep
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: grep for network traffic
 ngrep strives to provide most of GNU grep's common features,
 applying them to the network layer.  ngrep is a pcap-aware tool that
 will allow you to specify extended regular expressions to match
 against data payloads of packets.  It currently recognizes TCP, UDP
 and ICMP across Ethernet, PPP, SLIP and null interfaces, and
 understands bpf filter logic in the same fashion as more common
 packet sniffing tools, such as tcpdump and snoop.