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 a3550c0 commit aba74e0Copy full SHA for aba74e0
configure.ac
@@ -5,7 +5,7 @@
5
# Under BSD-3-CLause license.
6
7
AC_PREREQ([2.69])
8
-AC_INIT([sniffit], [0.6], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
+AC_INIT([sniffit], [0.7], [https://github.com/resurrecting-open-source-projects/sniffit/issues])
9
AC_CONFIG_SRCDIR([src/sn_generation.h])
10
AC_CONFIG_HEADERS([config.h])
11
src/sn_defines.h
@@ -14,7 +14,7 @@ typedef unsigned short _16_bit;
14
15
/*** Normal Sniffit operations */
16
17
-#define VERSION "0.6" /* Program Version */
+#define VERSION "0.7" /* Program Version */
18
#define SNAPLEN MTU /* Ethernet Packet Length */
19
#define MSDELAY 1000 /* pcap timeout */
20
#define PACKETS 1 /* pcap dispatch */
0 commit comments