Here goes another release candidate for the netsniff-ng toolkit. This -rc
mainly contains changes to the mausezahn utility, implementing additional
configuration options. Also, the mausezahn configuration is moved to
/etc/netsniff-ng/mausezahn.conf (from /etc/mausezahn/mz.conf) as of this
release, so please make sure to move your existing configs accordingly.

As always the -rc also contains some small fixes all over the place, for details
see the changelog below.

---

netsniff-ng 0.5.9-rc3 has been released to the public (http://netsniff-ng.org/).

It can be fetched via Git:

   git clone git://github.com/netsniff-ng/netsniff-ng.git
   git checkout v0.5.9-rc3

Or via HTTP from one of our mirrors:

   http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.5.9-rc3.tar.gz
   http://mirror.distanz.ch/netsniff-ng/netsniff-ng-0.5.9-rc3.tar.gz
   http://github.com/netsniff-ng/netsniff-ng/archive/v0.5.9-rc3.tar.gz

The release can be verified via Git (see README):

   git tag -v v0.5.9-rc3

Major high-level changes since the last release are:

1) Add additional mausezahn configuration file directives (port, listen-addr)
   and document the existing ones (see mausezahn.8 for details). From Jon 
Schipp.

2) Allow mausezahn to bind to an IP address using the -l command line option,
   from Jon Schipp.

3) Install mausezahn configuration file to /etc/netsniff-ng/mausezahn.conf
   instead of /etc/mausezahn/mz.conf. From Jon Schipp.

3) Add the --no-hwtimestamp/-N command line option to netsniff-ng, allowing
   to disable hardware time stamping (as it might lead to skewed timestamps in
   recorded PCAPs, see https://github.com/netsniff-ng/netsniff-ng/issues/129).
   From Tobias Klauser.

Contributions since last release:

     12  Jon Schipp 
      7  Tobias Klauser 

Git changelog since last release:

Jon Schipp (12):
      nacl_build.sh: use portable way of entering previous directory
      astraceroute/Makefile: don't build ring_rx.o
      mausezahn: re-work configuration file
      mausezahn.8: minor edits to improve format
      mausezahn: bind to IP address in interactive mode
      mausezahn: change configuration file name to mausezahn.conf
      mausezahn: cli.h: increase buffer size
      man: mausezahn: document configuration file options
      mausezahn: provide port option to configuration file
      man: mausezahn: document rest of available config file options
      mausezahn: provide listen-addr option to configuration file
      AUTHORS: Add Jon Schipp to major contributors list

Tobias Klauser (7):
      xmalloc: Add and use xcalloc
      build: astraceroute: Only build ioops with GeoIP support enabled
      build: flowtop: Only build ioops with GeoIP support enabled
      mausezahn: Increase buffer size for listen address string
      dissectors: Use __packed macro instead of open-coding it
      netsniff-ng: Add command line option to disable hardware time stamping
      netsniff 0.5.9-rc3

Attachment: signature.asc
Description: Digital signature

Reply via email to