diff --git a/doc/script-reference/log-files.rst b/doc/script-reference/log-files.rst index 5889b22c16..795b33f6b8 100644 --- a/doc/script-reference/log-files.rst +++ b/doc/script-reference/log-files.rst @@ -14,6 +14,8 @@ Network Protocols +============================+=======================================+=================================+ | conn.log | TCP/UDP/ICMP connections | :bro:type:`Conn::Info` | +----------------------------+---------------------------------------+---------------------------------+ +| dce_rpc.log | Distributed Computing Environment/RPC | :bro:type:`DCE_RPC::Info` | ++----------------------------+---------------------------------------+---------------------------------+ | dhcp.log | DHCP leases | :bro:type:`DHCP::Info` | +----------------------------+---------------------------------------+---------------------------------+ | dnp3.log | DNP3 requests and replies | :bro:type:`DNP3::Info` | @@ -35,6 +37,8 @@ Network Protocols +----------------------------+---------------------------------------+---------------------------------+ | mysql.log | MySQL | :bro:type:`MySQL::Info` | +----------------------------+---------------------------------------+---------------------------------+ +| ntlm.log | NT LAN Manager (NTLM) | :bro:type:`NTLM::Info` | ++----------------------------+---------------------------------------+---------------------------------+ | radius.log | RADIUS authentication attempts | :bro:type:`RADIUS::Info` | +----------------------------+---------------------------------------+---------------------------------+ | rdp.log | RDP | :bro:type:`RDP::Info` | @@ -43,6 +47,12 @@ Network Protocols +----------------------------+---------------------------------------+---------------------------------+ | sip.log | SIP | :bro:type:`SIP::Info` | +----------------------------+---------------------------------------+---------------------------------+ +| smb_cmd.log | SMB commands | :bro:type:`SMB::CmdInfo` | ++----------------------------+---------------------------------------+---------------------------------+ +| smb_files.log | SMB files | :bro:type:`SMB::FileInfo` | ++----------------------------+---------------------------------------+---------------------------------+ +| smb_mapping.log | SMB trees | :bro:type:`SMB::TreeInfo` | ++----------------------------+---------------------------------------+---------------------------------+ | smtp.log | SMTP transactions | :bro:type:`SMTP::Info` | +----------------------------+---------------------------------------+---------------------------------+ | snmp.log | SNMP messages | :bro:type:`SNMP::Info` |