zeek/testing/btest/Traces/mysql
Arne Welzel 93f5813be3 btest/mysql: Add pcap with non-string query attributes
Pcap was generated as follows. Doesn't seem wireshark even parses
this properly right now.

    with common.get_connection() as c:
        with c.cursor() as cur:
            date1 = datetime.date(1987, 10, 18)
            datetime1 = datetime.datetime(1990, 9, 26, 12, 13, 14)
            cur.add_attribute("number1", 42)
            cur.add_attribute("string1", "a string")
            cur.add_attribute("date1", date1)
            cur.add_attribute("datetime1", datetime1)
            cur.execute("SELECT version()")
            result = cur.fetchall()
            print("result", result)
2024-07-25 11:53:41 +02:00
..
auth.trace Add memleak and auth btests. 2014-08-06 10:13:22 -05:00
caching_sha2_password-after-auth-switch.pcapng Add support for "auth switch" and "query attrs" 2024-07-25 11:53:40 +02:00
caching_sha2_password.trace Add support for parsing the "caching_sha2_password" auth plugin 2024-07-25 11:53:35 +02:00
encrypted.trace Add a test with an encrypted MySQL connection 2018-10-29 15:58:06 -05:00
mysql-9.0.0-query-attributes.pcap btest/mysql: Add pcap with non-string query attributes 2024-07-25 11:53:41 +02:00
mysql-show-engine-innodb-status-no-password.pcap MySQL: Fix endianness, introduce mysql_eof() event 2023-01-27 10:59:23 +01:00
mysql.trace Add a btest for the Wireshark sample MySQL PCAP 2014-08-08 15:02:18 -05:00
plain-amazon-rds.trace testing/mysql: Add traces recorded with a free-tier MySQL instance 2023-01-27 10:59:23 +01:00
query-attr.pcapng Add support for "auth switch" and "query attrs" 2024-07-25 11:53:40 +02:00
selects_with_new_proto.trace Add btest for GH-1084 2020-07-24 09:28:11 -05:00
tls-12-amazon-rds.trace testing/mysql: Add traces recorded with a free-tier MySQL instance 2023-01-27 10:59:23 +01:00
tls-13-amazon-rds.trace testing/mysql: Add traces recorded with a free-tier MySQL instance 2023-01-27 10:59:23 +01:00