Incident
========

Some of the incidents reported by the dionaea core are listed below.

**dionaea.connection.tcp.accept**:

    A new TCP connection has been accepted by dionaea.

**dionaea.connection.tls.accept**:

    A new SSL/TLS connection has been accepted by dionaea.

**dionaea.connection.tcp.connect**:

    Reporte after dionaea has connection to an external service via TCP.

**dionaea.connection.tls.connect**:

    Reporte after dionaea has connection to an external service via SSL/TLS.

**dionaea.connection.udp.connect**:

    Reporte after dionaea has connection to an external service via UDP.

**dionaea.connection.free**:

    A connection has been closed and freed.

**dionaea.connection.tcp.listen**:

    Fired after a TCP service has been bound and is listening for incomming connections.

**dionaea.connection.tls.listen**:

    Fired after a SSL/TLS service has been bound and is listening for incomming connections.

**dionaea.connection.tcp.pending**:


**dionaea.connection.tcp.reject**:

    A incoming connection has been rejected by the server.

**dionaea.connection.link.early**:

**dionaea.connection.link**:

    Reported to give the log management the chance to link two connections.
