Skip to content

Commit

Permalink
Moved to 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed May 28, 2016
1 parent db36040 commit d113f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([libndpi], [1.7.1])
AC_INIT([libndpi], [1.8.0])

AC_CONFIG_MACRO_DIR([m4])

Expand Down
1 change: 1 addition & 0 deletions example/ndpiReader.c
Expand Up @@ -117,6 +117,7 @@ static void setupDetection(u_int16_t thread_id, pcap_t * pcap_handle);
* @brief Print help instructions
*/
static void help(u_int long_help) {
printf("Welcome to nDPI %s\n\n", ndpi_revision());

printf("ndpiReader -i <file|device> [-f <filter>][-s <duration>]\n"
" [-p <protos>][-l <loops> [-q][-d][-h][-t][-v <level>]\n"
Expand Down

0 comments on commit d113f8d

Please sign in to comment.