From: Brian <bm...@sh...> - 2004-01-22 17:38:17
|
On Fri, 9 Jan 2004, Christopher Joyce wrote: > Hello, > > I am having problems using snortconfig to convert my snort rules. I have > setup a basic test to convert one file (x11.rules) and the file that is > created in the directory specified below is blank. > > Here is what I have tried: > > snortconfig -inline -file test.conf -config honeynet.conf -directory > snortconfig-rules Using the latest release of snortconfig, your exact config works as expected for me. What version of snortconfig are you using? You can find this out by doing: ident `which snortconfig` Also, what version of the perl modules are you using? You can find this out by doing: perl -MNet::Snort::Parser::Rule -e 'print $Net::Snort::Parser::Rule::VERSION."\n";' Thanks, Brian |