zeek/scripts/base/protocols/mysql
Arne Welzel 02f4665e9b mysql: Implement and test COM_CHANGE_USER
This reworks the parser such that COM_CHANGE_USER switches the
connection back into the CONNECTION_PHASE so that we can remove the
EXPECT_AUTH_SWITCH special case in the COMMAND_PHASE. Adds two pcaps
produced with Python that actually do COM_CHANGE_USER as it seems
not possible from the MySQL CLI.
2024-08-14 10:20:01 +02:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
consts.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
main.zeek mysql: Implement and test COM_CHANGE_USER 2024-08-14 10:20:01 +02:00
README Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00

Support for MySQL protocol analysis.