Skip to content

Releases: phaag/nfdump

nfdump-1.6.21

08 Aug 14:58
Compare
Choose a tag to compare

Includes various bug fixes and code clean up:

  • Address issue #159. Implement rfc 7011 and include sender UDP port into unique template identification
  • Address issue #236 Add token 'dir' equivalent to 'flowdir' in filter syntax
  • Add optional print direction ascending or descending to output of statistics -s and oredered printing -O. Request #235
  • Fix issue #234
  • Fix #230 - Avoid use_syslog name clash on certain OS
  • Honor -n flag when printing sorted flow cache
  • Fix uninitialized variable printPlain
  • Fix bug #223 limit matchig flows -c
  • Restore old behaviour unlimiting output flows unless in -s stat
  • Fix ft2nfdump nexthop fields
  • Fix ft2nfdump extension map size
  • internal: put output parameters in a single struct
  • Fix GuessDir bug - issue #215
  • Compact Changelog
  • Fix GuessDir bug - issue #215 in flow exporter

nfdump-1.6.20

29 Mar 10:06
Compare
Choose a tag to compare

Important fix for -N plain number printing. v1.6.19 may disturb many output parses relaying on -N working correctly.
No other changes.

nfdump-1.6.19

22 Feb 07:48
Compare
Choose a tag to compare

nfdump release 1.6.19.
nfdump-1.6.19 is mainly a bug fix release and improves stability. Lot's of historical code cleanup - spring cleaning. Prepare nfdump for version 1.7
For a complete list of changes see the ChangeLog file.

nfdump-1.6.18

14 Aug 09:10
Compare
Choose a tag to compare

nfdump release 1.6.18.
This release mainly Improves stability. It adds nfpcapd to generate nfdump netflow records directly from interfaces/pcaps. The old COMPAT15 mode has been removed. All old 1.5.x files should have been converted so far.
For a complete list of changes see the ChangeLog file.

nfdump-1.6.17

06 May 09:15
Compare
Choose a tag to compare
  • New bookkeeper hash broke NfSen. Fixed. ported back to release 1.6.17

  • Add program exit in nfx.c after panic with correupt data file

  • Add missing size check when reading nfdump 1.5.x common record blocks

  • Add missing option -M in man page. Issue #103

  • Add Fix processing of influx URL in nfprofile

  • Add missing json output format in nfdump help text

  • Add missing -v option in nfreplay help text

  • Add new output format json. Print each record as individual json object

  • Add sampling elements ID 302,304,305. put them identical to ID 48,49,50

  • Add option to label filter terms. syntax: () %labelname.

  • Add %lbl option to print flow label in output

  • Add ipfix delta timestamp elements 158/159.

  • Add more detailed autogen.sh - softlink bootstrap

  • Add x-late src/dst ip aggregation, if compiled with NSEL support

  • Add ipfix sampling. Process option template/record with sampling elements 34 and 35

  • Update nfdump.1 man page for xsrcport & xdstport aggregations. Request #109

  • Update nfdump(1) man page for flowlabels

  • Update sflow code to commit 7322984 of https://github.com/sflow/sflowtool

  • Merge pull request #51 Influxdb from Luca. Thx for the patch

  • Fix bug in sorting when guessing flow direction. Issue #92

  • Fix minor bugs

  • Fix definition for InfluxDB in configure.ac Issue #98

  • Fix IPFIX time stamps - Fix elements #21,#22 offset calculation, but timestamps not yet evaluated. (#160)

  • Fix IPFIX add fwd status tag #89 compatible to v9 (1byte)

  • Fix IPFIX sampling - sampling algorithm no longer required for tag #34

  • Fix IPFIX sampling add tags #305 and #304 - set them identical to #34, #35

  • Fix header includes"

  • Fix 64bit fts compat issue in fts_compat.c

  • Fix potential memory leaks in nfpcapd

  • Fix wrong offset calculation if unknown options are found

  • Fix updates on existing samplers in v9 only if values change. issue 84

  • Cleanup sflow code - uncomment unnecessary code

nfdump-1.6.16

05 Nov 15:07
Compare
Choose a tag to compare

nfdump 1.6.16 released.

  • Add support for CISCO IOS 8 bytes timestamps ID 21/22
  • Fix issue #72 - multiple stat output
  • Change -B behaviour as proposed in issue #59. Should not impact with previous use, but is more flexible
  • Add bzip compress switch in usage output of nfpcapd
  • Fix compile issues on some platforms
  • nfpcapd improvements - still beta software.
  • Minor bug fixes

nfdump-1.6.15

05 Jun 10:03
Compare
Choose a tag to compare

nfdump 1.6.15 released.

nfdump-1.6.14

10 Jan 15:33
Compare
Choose a tag to compare

nfdump 1.6.14 released.

The most important changes:

  • Create libnfdump for dynamic linking
  • Add -R to ModifyCompression
  • Add std sampler ID 4 Bytes and allow random sampler (tag 50)
  • Add BZ2 compression along existing LZ0
  • Add direct write to flowtools converter ft2nfdump
  • Fix CentOS compile issues with flow-tools converter
  • Fix FreeBSD,OpenBSD build problems
  • Fix timestamp overflow in sflow.c
  • Fix IP Fragmentation in sflow collector
  • Fix compile errors on other platforms
  • Fix zero alignment bug, if only half of an extension is sent
  • Fix nfanon time window bug in subsequent files in -R list
  • Fix CommonRecordV0Type conversion bug
  • Fix nfexport bug, if only one single map exists

nfdump-1.6.13

03 Oct 12:21
Compare
Choose a tag to compare

Initial release for GitHub