zeek/scripts/base/protocols/xmpp
Seth Hall 8cefb9be42 Implement the zeek_init handler.
Implements the change and a test.
2019-04-14 08:37:35 -04:00
..
__load__.bro Add xmpp dpd sig and fix a few parsing problems for connections that do 2015-07-21 13:20:35 -07:00
dpd.sig Add xmpp dpd sig and fix a few parsing problems for connections that do 2015-07-21 13:20:35 -07:00
main.bro Implement the zeek_init handler. 2019-04-14 08:37:35 -04:00
README Add simple XMPP StartTLS analyzer. 2015-07-21 12:18:14 -07:00

Support for the Extensible Messaging and Presence Protocol (XMPP).

Note that currently the XMPP analyzer only supports analyzing XMPP sessions
until they do or do not switch to TLS using StartTLS. Hence, we do not get
actual chat information from XMPP sessions, only X509 certificates.