zeek/scripts/base/protocols/syslog
Jon Siwek be7110f6c0 Make Syslog analyzer accept messages that omit Priority
Essentially, it will now process/parse priority values if they are
there, or else just accept whatever remaining data/text is there as the
syslog message.  Reasoning is that there's syslog producers out there
that may have simply forgotten/neglected to send the priority value
and technically won't conform to what the standard says, though we can
infer the intent (some syslog consumers already may do similarly, but
I didn't verify).
2019-03-14 18:47:32 -07:00
..
__load__.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
consts.bro Make Syslog analyzer accept messages that omit Priority 2019-03-14 18:47:32 -07:00
main.bro Add some missing Bro script documentation 2016-05-05 16:35:31 -05:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Syslog protocol analysis.