@@ -52,6 +52,14 @@ Network Protocols
5252 - Kerberos
5353 - :zeek:type: `KRB::Info `
5454
55+ * - :file: `ldap.log `
56+ - LDAP Messages
57+ - :zeek:type: `LDAP::MessageInfo `
58+
59+ * - :file: `ldap_search.log `
60+ - LDAP Searches
61+ - :zeek:type: `LDAP::SearchInfo `
62+
5563 * - :file: `modbus.log `
5664 - Modbus commands and responses
5765 - :zeek:type: `Modbus::Info `
@@ -72,10 +80,22 @@ Network Protocols
7280 - Network Time Protocol
7381 - :zeek:type: `NTP::Info `
7482
83+ * - :file: `postgresql.log `
84+ - PostgreSQL events
85+ - :zeek:type: `PostgreSQL::Info `
86+
87+ * - :file: `quic.log `
88+ - QUIC connections
89+ - :zeek:type: `QUIC::Info `
90+
7591 * - :file: `radius.log `
7692 - RADIUS authentication attempts
7793 - :zeek:type: `RADIUS::Info `
7894
95+ * - :file: `redis.log `
96+ - Redis commands
97+ - :zeek:type: `Redis::Info `
98+
7999 * - :file: `rdp.log `
80100 - RDP
81101 - :zeek:type: `RDP::Info `
@@ -128,6 +148,10 @@ Network Protocols
128148 - Tunneling protocol events
129149 - :zeek:type: `Tunnel::Info `
130150
151+ * - :file: `websocket.log `
152+ - WebSocket handshakes
153+ - :zeek:type: `WebSocket::Info `
154+
131155
132156Files
133157-----
@@ -259,10 +283,22 @@ Miscellaneous
259283 - Description
260284 - Field Descriptions
261285
286+ * - :file: `analyzer.log `
287+ - Protocol, packet or file analyzer violations
288+ - :zeek:type: `Analyzer::Logging::Info `
289+
290+ * - :file: `analyzer_debug.log `
291+ - Protocol, packet or file analyzer debug information
292+ - :zeek:type: `Analyzer::DebugLogging::Info `
293+
262294 * - :file: `dpd.log `
263295 - Dynamic protocol detection failures
264296 - :zeek:type: `DPD::Info `
265297
298+ * - :file: `telemetry.log `
299+ - Zeek operational telemetry
300+ - :zeek:type: `Telemetry::Info `
301+
266302 * - :file: `unknown_protocols.log `
267303 - Information about packet protocols that Zeek doesn't know how to process
268304 - :zeek:type: `UnknownProtocol::Info `
0 commit comments