File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# configure.ac for sniffit
2
2
# Copyright 1997-1998 Brecht Claerhout
3
- # Copyright 2016 Joao Eriberto Mota Filho
3
+ # Copyright 2016-2020 Joao Eriberto Mota Filho
4
4
# Under BSD-3-CLause license.
5
5
6
6
AC_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] )
8
8
AC_CONFIG_SRCDIR ( [ src/sn_generation.h] )
9
9
AC_CONFIG_HEADERS ( [ config.h] )
10
10
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ typedef unsigned short _16_bit;
14
14
15
15
/*** Normal Sniffit operations */
16
16
17
- #define VERSION "0.4.0 " /* Program Version */
17
+ #define VERSION "0.5 " /* Program Version */
18
18
#define SNAPLEN MTU /* Ethernet Packet Length */
19
19
#define MSDELAY 1000 /* pcap timeout */
20
20
#define PACKETS 1 /* pcap dispatch */
You can’t perform that action at this time.
0 commit comments