It has been over a month since the last release candidate of the upcoming
netsniff-ng 0.5.8, so here goes another one. It contains fixes all over the
place, with nothing particularly standing out, which I'd consider a good sign :)

However, there are still a few open issues in the github bug tracker [1], most
of them discovered by Jon Schipp in his ample test runs.

[1] https://github.com/borkmann/netsniff-ng/issues?state=open

Before the final release will happen, we'll have to investigate what causes
these. If you like, feel free to take a look at the issues and try to
reproduce/fix them.

In any case, feel free to try it out and report any issues you encounter.

Thanks

---

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

It can be fetched via Git:

   git clone git://github.com/borkmann/netsniff-ng.git
   git checkout v0.5.8-rc4

Or via HTTP:

   wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-0.5.8-rc4.tar.gz

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

   git tag -v v0.5.8-rc4

Major high-level changes since the last release are:

1) Add options to show percentage of maximum line rate (-P) and to omit printing
   the header in CSV mode (-o) to ifpps, from Jon Schipp, Daniel Borkmann and
   Tobias Klauser.

2) Extensions to the bpfc grammar (GNU style register prefix and '#' as number
   prefix), from Daniel Borkmann.

Contributions since last release:

     17  Tobias Klauser
      9  Daniel Borkmann
      5  Jon Schipp

Git changelog since last release:

Tobias Klauser (17):
      oui-update: minor: Fix typo in error message
      conf: oui: update oui.conf
      ifpps: Use unsigned int to store number of cpus
      ifpps: Don't bug out if interface went down
      ifpps: Skip reading IRQ number from /proc/interrupts
      netsniff-ng: Simplify dump file creation logic
      netsniff-ng: Remove unnecessary fmemset() of struct stat
      ifpps: Reuse device bitrate for screen_header()
      ifpps: show percentage of theoretical line-rate
      ifpps: make display of line rate percentage optional
      ifpps: correct calculation of line rate percentage
      netsniff-ng: Display pcap I/O method in verbose mode
      ifpps: zsh: Add -o option
      ifpps: min: minor: Keep options sorted alphabetically
      ifpps: Mark omit_header parameter to screen_main() as unused
      ifpps: Simplify logic wrt. omit_header in term_main()
      netsniff-ng 0.5.8-rc4

Daniel Borkmann (9):
      build: announcement: also add v prefix to checkout command
      bpf: ldi,ldxi: allow for '#' prefix in numbers
      ifpps: man: add -P option
      ifpps: zsh: add -P option
      bpfc: add gnu as style %-register prefix
      trafgen: combine likely conditions
      doc: authors: moved Tobias one up
      doc: readme: give note about what tools are still experimental
      trafgen: remove inner loop

Jon Schipp (5):
      man: netsniff-ng: add note about netsniff
      ifpps: add option that omits CSV header
      ifpps: man: document new option to omit CSV header
      ifpps: man: grammar and typo edits
      netsniff-ng: modify mmap option in usage to be grammatically correct

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to