@ -1209,6 +1209,7 @@ int main(int argc, char **argv)
}
}
}
}
if ( ! list_keywords & & ! list_app_layer_protocols ) {
# ifdef REVISION
# ifdef REVISION
SCLogInfo ( " This is %s version %s (rev %s) " , PROG_NAME , PROG_VER , xstr ( REVISION ) ) ;
SCLogInfo ( " This is %s version %s (rev %s) " , PROG_NAME , PROG_VER , xstr ( REVISION ) ) ;
# elif defined RELEASE
# elif defined RELEASE
@ -1216,6 +1217,7 @@ int main(int argc, char **argv)
# else
# else
SCLogInfo ( " This is %s version %s " , PROG_NAME , PROG_VER ) ;
SCLogInfo ( " This is %s version %s " , PROG_NAME , PROG_VER ) ;
# endif
# endif
}
# ifndef HAVE_HTP_TX_GET_RESPONSE_HEADERS_RAW
# ifndef HAVE_HTP_TX_GET_RESPONSE_HEADERS_RAW
SCLogWarning ( SC_WARN_OUTDATED_LIBHTP , " libhtp < 0.2.7 detected. Keyword "
SCLogWarning ( SC_WARN_OUTDATED_LIBHTP , " libhtp < 0.2.7 detected. Keyword "
@ -1224,6 +1226,7 @@ int main(int argc, char **argv)
SetBpfString ( optind , argv ) ;
SetBpfString ( optind , argv ) ;
if ( ! list_keywords & & ! list_app_layer_protocols )
UtilCpuPrintSummary ( ) ;
UtilCpuPrintSummary ( ) ;
# ifdef __SC_CUDA_SUPPORT__
# ifdef __SC_CUDA_SUPPORT__
@ -1388,6 +1391,7 @@ int main(int argc, char **argv)
/* Load the Host-OS lookup. */
/* Load the Host-OS lookup. */
SCHInfoLoadFromConfig ( ) ;
SCHInfoLoadFromConfig ( ) ;
if ( ! list_keywords & & ! list_app_layer_protocols )
DefragInit ( ) ;
DefragInit ( ) ;
if ( run_mode = = RUNMODE_UNKNOWN ) {
if ( run_mode = = RUNMODE_UNKNOWN ) {