Honeypots mailing list archives

Get an error with Walleye and fixed it


From: Jaime Sotelo <1jasotel () gmail com>
Date: Fri, 2 Dec 2005 12:45:36 +0100

Hello

 I obtain this error using Walleye when I try to send a query for
December traffic in my honeynet:
 ---------------------------------
 Software error:

 Month '12' out of range 0..11 at
/usr/lib/perl5/vendor_perl/Walleye/Connection_table.pm line 311

 For help, please send mail to the webmaster (root@localhost), giving
this error message and the time and date of the error.
---------------------------------
 So I fix it changing the script wich gives the error. I've changed
line 310 from this:

     ($time[5],$time[4],$time[3]) = Add_Delta_YM($time[5],$time[4],1,0,2);

 to this:

     ($time[5],$time[4],$time[3]) = Add_Delta_YM($time[5],$time[4],1,0,1);

 And it works for me. I don't know if it's a general error or if I
have something missconfigured or whatever. I think it could be useful
to anyone who gets the same error.


Current thread: