summaryrefslogtreecommitdiffstats
path: root/plugins/pmrfc3164sd
Commit message (Collapse)AuthorAgeFilesLines
* added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed some issueizotov2010-08-111-4/+6
|
* minor bug fixesRainer Gerhards2010-08-051-1/+1
| | | | | - doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name
* fix: pmrfc3164 did not load because modInit was not specifiedRainer Gerhards2010-07-091-1/+1
| | | | ... in the proper way for a non.builtin module.
* added new pm3164sd parser moduleRainer Gerhards2010-07-072-0/+349
this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov.