/* Credit: CZFree.Net,Martin Devera,Netdave,Aquarius,Gandalf */\r
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
\r
-/* Modified: xChaos, 20080407\r
- ludva, 20071227\r
+/* Modified: xChaos, 20080422\r
+ ludva, 20080415\r
\r
Prometheus QoS is free software; you can redistribute it and/or\r
modify it under the terms of the GNU General Public License as \r
\r
#include "cll1-0.6.h"\r
\r
-const char *version="0.7.9.1"; /*0.7.9 will be last development, 0.8.0 first stable */\r
+const char *version="0.7.9.2"; /*0.7.9 will be last development, 0.8.0 first stable */\r
\r
/* ======= All path names are defined hear (for RPM patch) ======= */\r
\r
int parent=1;\r
int just_flush=0;\r
int nodelay=0;\r
- int just_preview=0; /* preview - generate just stats */\r
+ int just_preview=0; /* preview - generate just stats */\r
+ int just_logs=0; /* just parse logs */\r
+ \r
char *chain_forward, *chain_postrouting;\r
char *althosts=NULL;\r
\r
argument("-9") { just_flush=9; }\r
argument("-p") { just_preview=1; }\r
argument("-n") { nodelay=1; }\r
- argument("-l") { just_preview=666; }\r
- argument("-m") { just_preview=666; }\r
- argument("-y") { just_preview=666; }\r
+ argument("-l") { just_logs=1; }\r
+ argument("-m") { just_logs=1; }\r
+ argument("-y") { just_logs=1; }\r
argument("-?") { help(); exit(0); }\r
argument("--help") { help(); exit(0); }\r
argument("-v") { exit(0); } \r
/*-----------------------------------------------------------------*/\r
get_config(config);\r
\r
- if(just_preview == 666)\r
+ if(just_logs)\r
{\r
- parse_ip_log(argc,argv); \r
- exit(0); \r
+ parse_ip_log(argc,argv);\r
+ exit(0);\r
}\r
\r
if(althosts) hosts=althosts;\r