ngrep 1.47+ds1-1 source package in Ubuntu

Changelog

ngrep (1.47+ds1-1) unstable; urgency=medium

  * New upstream release:
    + Drop all Debian patches, they have all been merged upstream.
    + Add new patch fixing a typo in configure.in which prevents configuring
      with the system PCRE.
    + Add new patch to check for `libnet_init' in configure.in.
    + Configure with new flag --enable-tcpkill.
    + Stop overriding dh_installchangelogs.
  * Update upstream homepage URL to the Github project page.
  * Rewrite debian/watch to get new upstream version from Github.
  * Switch to debhelper compatibility level 11.
  * Use new URLs on salsa.debian.org for Vcs-* fields.
  * Bump Standards-Version to 4.1.2.

 -- Romain Francoise <email address hidden>  Mon, 01 Jan 2018 17:47:56 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe net

Downloads

File Size SHA-256 Checksum
ngrep_1.47+ds1-1.dsc 1.8 KiB 5159208ff6c6739fa2d71cc90c5582d852b2b7ed6a647b51744b834287e031ff
ngrep_1.47+ds1.orig.tar.gz 101.9 KiB bfc430b0358a14160d5c625cc794390b170e5782e1ee83e54498aafd99c0943e
ngrep_1.47+ds1-1.debian.tar.xz 7.0 KiB 7a08bcb22b27afeb14a8fe67adc52b4093a3ec94e2bd140f4bf870c638f98c18

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.