From d1ec71b1326f801d2351c93b9ecfde62fb736ee1 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Sat, 8 Oct 2016 00:32:51 -0500 Subject: [PATCH] List new log files in the log-files.rst document --- doc/script-reference/log-files.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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` |