ngrep 1.47+ds1-5 source package in Ubuntu

Changelog

ngrep (1.47+ds1-5) unstable; urgency=low

  * Port to PCRE2 (closes: #1000080):
    + Add patch from my own Github repository implementing support for
      PCRE2, with support for JIT compilation which brings massive
      speedups.
    + Build-depend on libpcre2-dev.
  * Minor fixes to the man page to mention PCRE2 and document -C option
    (to colorize matches).
  * Fix various build warnings in tcpkill code.

 -- Romain Francoise <email address hidden>  Sun, 21 Nov 2021 17:05:33 +0100

Upload details

Uploaded by:
Romain Francoise
Uploaded to:
Sid
Original maintainer:
Romain Francoise
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe net
Lunar release universe net
Jammy release universe net

Downloads

File Size SHA-256 Checksum
ngrep_1.47+ds1-5.dsc 1.8 KiB 0fc2d59e7eff5ba43be8f79f6748a95721ec05caea239763b36bc274c90e1ab2
ngrep_1.47+ds1.orig.tar.gz 101.9 KiB bfc430b0358a14160d5c625cc794390b170e5782e1ee83e54498aafd99c0943e
ngrep_1.47+ds1-5.debian.tar.xz 10.9 KiB 6766300827157598c6f82aa480169566b9c0f9b985209424bb78b703d0a4dfe6

Available diffs

No changes file available.

Binary packages built by this source

ngrep: 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.