Re: security/hatchet broken???

2008-11-28 Thread giovanni
maybe this is the fix... --- hatchet.origFri Nov 7 08:23:37 2008 +++ hatchet Fri Nov 28 12:57:35 2008 @@ -214,7 +214,7 @@ sub insert_table { my ($date, $points, $rulenum, $action, $interface, $src_host, $src_port, $dst_host, $dst_port, $proto) = @_; $date =~ /^(\w+) (

Re: security/hatchet broken???

2008-11-28 Thread Jason Dixon
On Fri, Nov 28, 2008 at 04:23:44PM +0100, giovanni wrote: > maybe this is the fix... > > --- hatchet.origFri Nov 7 08:23:37 2008 > +++ hatchet Fri Nov 28 12:57:35 2008 > @@ -214,7 +214,7 @@ > sub insert_table { > my ($date, $points, $rulenum, $action, $interface, $src_host, >

Re: security/hatchet broken???

2008-11-28 Thread Sevan / Venture37
giovanni wrote: maybe this is the fix... --- hatchet.origFri Nov 7 08:23:37 2008 +++ hatchet Fri Nov 28 12:57:35 2008 @@ -214,7 +214,7 @@ sub insert_table { my ($date, $points, $rulenum, $action, $interface, $src_host, $src_port, $dst_host, $dst_port, $proto) = @_;

Re: security/hatchet broken???

2008-11-30 Thread Jason Dixon
On Fri, Nov 28, 2008 at 06:59:34PM +, Sevan / Venture37 wrote: > giovanni wrote: >> maybe this is the fix... >> >> --- hatchet.origFri Nov 7 08:23:37 2008 >> +++ hatchet Fri Nov 28 12:57:35 2008 >> @@ -214,7 +214,7 @@ >> sub insert_table { >> my ($date, $points, $rulenum,