two net/daq fixes for Snort inline

2013-05-31 Thread Lawrence Teo
This patch fixes two issues with the IPFW DAQ module that's used by Snort inline: 1. The ipfw_daq_inject() function ignores the buf and len arguments that are passed to it, causing packet injection to fail. Here's the actual function: static int ipfw_daq_inject ( void* handle, const DAQ_P

Re: two net/daq fixes for Snort inline

2013-07-11 Thread Lawrence Teo
On Fri, May 31, 2013 at 07:41:21PM -0400, Lawrence Teo wrote: > This patch fixes two issues with the IPFW DAQ module that's used by > Snort inline: I would really like to commit these two DAQ fixes so that they can be included on time for the 5.4 release. These fixes are needed for Snort to run p

Re: two net/daq fixes for Snort inline

2013-07-16 Thread Adam Jeanguenat
On 2013-07-11 at 22:33:48 -0400, Lawrence Teo wrote: > On Fri, May 31, 2013 at 07:41:21PM -0400, Lawrence Teo wrote: > > This patch fixes two issues with the IPFW DAQ module that's used by > > Snort inline: > > I would really like to commit these two DAQ fixes so that they can be > included on tim

Re: two net/daq fixes for Snort inline

2013-07-17 Thread Lawrence Teo
On Tue, Jul 16, 2013 at 04:56:34PM -0400, Adam Jeanguenat wrote: > On 2013-07-11 at 22:33:48 -0400, Lawrence Teo wrote: > > On Fri, May 31, 2013 at 07:41:21PM -0400, Lawrence Teo wrote: > > > This patch fixes two issues with the IPFW DAQ module that's used by > > > Snort inline: > > > > I would re

Re: two net/daq fixes for Snort inline

2013-07-17 Thread Lawrence Teo
On Wed, Jul 17, 2013 at 10:50:45AM -0400, Lawrence Teo wrote: > On Tue, Jul 16, 2013 at 04:56:34PM -0400, Adam Jeanguenat wrote: > > On 2013-07-11 at 22:33:48 -0400, Lawrence Teo wrote: > > > On Fri, May 31, 2013 at 07:41:21PM -0400, Lawrence Teo wrote: > > > > This patch fixes two issues with the