Wireshark-bugs: [Wireshark-bugs] [Bug 10346] MySQL: decoding AuthSwitchRequest/AuthSwitchRespons

Date: Mon, 04 Aug 2014 21:29:03 +0000

Comment # 4 on bug 10346 from
Related:
OldAuthSwitchRequest/AuthSwitchResponse also fails.

http://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::OldAuthSwitchRequest
http://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::AuthSwitchResponse

This is the "Request Unknown (66)" in this pcap:
http://www.pcapr.net/view/nos/2011/5/3/10/mysql-slave-start.pcap.html
Packet 3: OldAuthSwitchRequest
Packet 4: AuthSwitchResponse

See mysql-5.6/sql-common/client.c:3047 (in run_plugin_auth() )


You are receiving this mail because:
  • You are watching all bug changes.