Line 114: Simple warning message when NO_PACKETS_DECODING is not defined

This commit is contained in:
Francois-Olivier Devaux 2005-03-25 15:49:29 +00:00
parent 1cc9fa6815
commit 61e85ded8b
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ int main(int argc, char *argv[]) {
BOOL derived = TRUE;
#ifndef NO_PACKETS_DECODING
fprintf(stdout,"NO_PACKETS_DECODING should be defined in preprocessing. Exiting...\n");
return 1;
fprintf(stdout,"WARNING: For best performance, define NO_PACKETS_DECODING in preprocessing.\n");
#endif
while (TRUE) {