Lastsawtime has moved further along

srcport, dstport and version are now explicitly passed as fields here, so lastsawtime is 3 fields further out.
This commit is contained in:
Phil Davis 2014-12-21 17:34:32 +05:45 committed by Renato Botelho
parent 5b37015070
commit 42647435de

View File

@ -59,7 +59,7 @@ function fetch_new_rules_callback(callback_data) {
for(var x=0; x<data_split.length-1; x++) {
/* loop through rows */
row_split = data_split[x].split("||");
lastsawtime = row_split[6];
lastsawtime = row_split[9];
var tmp = format_log_line(row_split);
if ( !(tmp) ) continue;