mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/dnthayer/ticket1720'
BIT-1720 #merged * origin/topic/dnthayer/ticket1720: Added missing README files for documentation List new log files in the log-files.rst document
This commit is contained in:
commit
38f6ca87ae
9 changed files with 25 additions and 2 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
2.5-beta-73 | 2016-10-13 14:03:04 -0700
|
||||||
|
|
||||||
|
* Added missing README files for documentation. (Daniel Thayer)
|
||||||
|
|
||||||
|
* List new log files in the log-files.rst document. (Daniel Thayer)
|
||||||
|
|
||||||
2.5-beta-67 | 2016-10-10 08:28:38 -0700
|
2.5-beta-67 | 2016-10-10 08:28:38 -0700
|
||||||
|
|
||||||
* Fixes for DCE_RPC analyzer. (Seth Hall)
|
* Fixes for DCE_RPC analyzer. (Seth Hall)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.5-beta-67
|
2.5-beta-73
|
||||||
|
|
|
@ -14,6 +14,8 @@ Network Protocols
|
||||||
+============================+=======================================+=================================+
|
+============================+=======================================+=================================+
|
||||||
| conn.log | TCP/UDP/ICMP connections | :bro:type:`Conn::Info` |
|
| 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` |
|
| dhcp.log | DHCP leases | :bro:type:`DHCP::Info` |
|
||||||
+----------------------------+---------------------------------------+---------------------------------+
|
+----------------------------+---------------------------------------+---------------------------------+
|
||||||
| dnp3.log | DNP3 requests and replies | :bro:type:`DNP3::Info` |
|
| dnp3.log | DNP3 requests and replies | :bro:type:`DNP3::Info` |
|
||||||
|
@ -35,6 +37,8 @@ Network Protocols
|
||||||
+----------------------------+---------------------------------------+---------------------------------+
|
+----------------------------+---------------------------------------+---------------------------------+
|
||||||
| mysql.log | MySQL | :bro:type:`MySQL::Info` |
|
| 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` |
|
| radius.log | RADIUS authentication attempts | :bro:type:`RADIUS::Info` |
|
||||||
+----------------------------+---------------------------------------+---------------------------------+
|
+----------------------------+---------------------------------------+---------------------------------+
|
||||||
| rdp.log | RDP | :bro:type:`RDP::Info` |
|
| rdp.log | RDP | :bro:type:`RDP::Info` |
|
||||||
|
@ -43,6 +47,12 @@ Network Protocols
|
||||||
+----------------------------+---------------------------------------+---------------------------------+
|
+----------------------------+---------------------------------------+---------------------------------+
|
||||||
| sip.log | SIP | :bro:type:`SIP::Info` |
|
| 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` |
|
| smtp.log | SMTP transactions | :bro:type:`SMTP::Info` |
|
||||||
+----------------------------+---------------------------------------+---------------------------------+
|
+----------------------------+---------------------------------------+---------------------------------+
|
||||||
| snmp.log | SNMP messages | :bro:type:`SNMP::Info` |
|
| snmp.log | SNMP messages | :bro:type:`SNMP::Info` |
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Support for extracing files with the file analysis framework.
|
Support for extracting files with the file analysis framework.
|
||||||
|
|
2
scripts/base/protocols/dce-rpc/README
Normal file
2
scripts/base/protocols/dce-rpc/README
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Support for DCE/RPC (Distributed Computing Environment/Remote Procedure
|
||||||
|
Calls) protocol analysis.
|
1
scripts/base/protocols/ntlm/README
Normal file
1
scripts/base/protocols/ntlm/README
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Support for NT LAN Manager (NTLM) protocol analysis.
|
1
scripts/base/protocols/smb/README
Normal file
1
scripts/base/protocols/smb/README
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Definitions of constants used by the SMB protocol.
|
2
scripts/base/protocols/tunnels/README
Normal file
2
scripts/base/protocols/tunnels/README
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Provides DPD signatures for tunneling protocols that otherwise
|
||||||
|
wouldn't be detected at all.
|
1
scripts/policy/protocols/smb/README
Normal file
1
scripts/policy/protocols/smb/README
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Support for SMB protocol analysis.
|
Loading…
Add table
Add a link
Reference in a new issue