[LogReport Development] Fortinet Firewall log converter

Jean Benoit Marzio jbmarzio at netstaff.fr
Thu Jan 10 16:13:58 CET 2008


Dear Lire users,
I've needed a Dlf converter for Fortinet firewall. I wroten a piece of code 
from other converter. As this code helps me, it may help some of you.
Regards,
-- 
Jean Benoit Marzio

-------------- next part --------------
A non-text attachment was scrubbed...
Name: FortigateDlfConverter.pm
Type: application/x-perl-module
Size: 6140 bytes
Desc: not available
Url : http://lists.logreport.org/pipermail/development/attachments/20080110/2901fb0a/attachment.bin 
-------------- next part --------------
# Register the DlfConverter with the Lire framework.
use Lire::PluginManager;
use Lire::Firewall::FortigateDlfConverter;

Lire::PluginManager->register_plugin( new Lire::Firewall::FortigateDlfConverter() );


More information about the Development mailing list