diff --git a/ChangeLog b/ChangeLog index e1d36ad..2d7e596 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Oct-17-2016: + 3.38: - fix pcap_file_header.snaplen + - drop "-z pad" option + - add "tcpinfo" struct Oct-5-2015: 3.37: - print rtmetric and rtflow samples - include timestamp in grep-friendly (-g) output diff --git a/configure.ac b/configure.ac index aa5f319..27eb6b9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.57) AC_INIT(src/sflowtool.c) PACKAGE=sflowtool -VERSION=3.37 +VERSION=3.38 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR([src/sflow.h])