base/protocols/mysql/main.zeek
- MySQL
Implements base functionality for MySQL analysis. Generates the mysql.log file.
- Namespace:
MySQL
- Imports:
base/protocols/conn/removal-hooks.zeek, base/protocols/mysql/consts.zeek
Summary
Redefinable Options
Well-known ports for MySQL. |
Types
Redefinitions
|
Events
Event that can be handled to access the MySQL record as it is sent on to the logging framework. |
Hooks
MySQL finalization hook. |
|
Detailed Interface
Redefinable Options
- MySQL::ports
-
Well-known ports for MySQL.
Types
- MySQL::Info
- Type:
- Fields:
Events
- MySQL::log_mysql
- Type:
event(rec:MySQL::Info)
Event that can be handled to access the MySQL record as it is sent on to the logging framework.
Hooks
- MySQL::finalize_mysql
- Type:
MySQL finalization hook. Remaining MySQL info may get logged when it’s called.