We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43863aa commit c21985cCopy full SHA for c21985c
configure.ac
@@ -4,7 +4,7 @@
4
# Under BSD-3-CLause license.
5
6
AC_PREREQ([2.69])
7
-AC_INIT([sniffit], [0.5], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
+AC_INIT([sniffit], [0.6], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
8
AC_CONFIG_SRCDIR([src/sn_generation.h])
9
AC_CONFIG_HEADERS([config.h])
10
src/sn_defines.h
@@ -14,7 +14,7 @@ typedef unsigned short _16_bit;
14
15
/*** Normal Sniffit operations */
16
17
-#define VERSION "0.5" /* Program Version */
+#define VERSION "0.6" /* Program Version */
18
#define SNAPLEN MTU /* Ethernet Packet Length */
19
#define MSDELAY 1000 /* pcap timeout */
20
#define PACKETS 1 /* pcap dispatch */
0 commit comments