|
From: Cliff M. <cl...@un...> - 2004-07-09 20:46:09
|
It compiles fine, but when I run snort_inline -Q -c /etc/snort_inline.conf and include the mysql statement in the config file I receive a segfault. Cliff On Jul 9, 2004, at 12:50 AM, William Metcalf wrote: > I forgot that you are trying to do NAT mode... The error comes out of > plugbase.c why it thinks you have yet to specify an interface i'm not > sure. Just for grins try changing line 357 in spo_database.c from > > if (InlineMode()) > > to > > if((InlineMode()) && (pv.interface = NULL)) > > I'm not sure what difference this will make as via the command line > switches you sent you are specifying an interface and the original if > statement is only called if escapedinterface can't be filled by what > you specified on the command line but give it a shot anyway. > > Regards, > > Will |