Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Dec 24, 2022
1 parent 3a37f36 commit fd7ab9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-12-24
- V1.7.1

2022-12-23
- Fix #394. Event labeling.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.69])
AC_REVISION($Revision: 244 $)dnl
AC_INIT([nfdump],[1.7.0],[[email protected]])
AC_INIT([nfdump],[1.7.1],[[email protected]])

AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down
2 changes: 1 addition & 1 deletion src/collector/launch.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ void launcher(void *commbuff, FlowSource_t *FlowSource, char *process, int expir
TestRecord.tstring[MAXTIMESTRING - 1] = 0;
TestRecord.tstamp = 1;

// checkk valid command expansion
// check valid command expansion
fs = FlowSource;
cmd = cmd_expand(&TestRecord, fs->Ident, fs->datadir, process);
if (cmd == NULL) {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/nffileV2.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typedef struct fileHeaderV2_s {
#define LAYOUT_VERSION_2 2

uint32_t nfdversion; // version of nfdump created this file
#define NFDVERSION 0x01070001
#define NFDVERSION 0x01070100
// 4bytes 1.6.19-1 0x01061301
time_t created; // file create time

Expand Down

0 comments on commit fd7ab9c

Please sign in to comment.