File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# configure.ac for sniffit
22# Copyright 1997-1998 Brecht Claerhout
3- # Copyright 2016 Joao Eriberto Mota Filho
3+ # Copyright 2016-2020 Joao Eriberto Mota Filho
44# Under BSD-3-CLause license.
55
66AC_PREREQ ( [ 2.69] )
7- AC_INIT ( [ sniffit] , [ 0.4.0 ] , [ https://github.com/resurrecting-open-source-projects/sniffit/issues] )
7+ AC_INIT ( [ sniffit] , [ 0.5 ] , [ https://github.com/resurrecting-open-source-projects/sniffit/issues] )
88AC_CONFIG_SRCDIR ( [ src/sn_generation.h] )
99AC_CONFIG_HEADERS ( [ config.h] )
1010
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ typedef unsigned short _16_bit;
1414
1515/*** Normal Sniffit operations */
1616
17- #define VERSION "0.4.0 " /* Program Version */
17+ #define VERSION "0.5 " /* Program Version */
1818#define SNAPLEN MTU /* Ethernet Packet Length */
1919#define MSDELAY 1000 /* pcap timeout */
2020#define PACKETS 1 /* pcap dispatch */
You can’t perform that action at this time.
0 commit comments