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

Date: Mon, 04 Aug 2014 20:28:47 +0000
Bug ID 10346
Summary MySQL: decoding AuthSwitchRequest/AuthSwitchResponse fails
Classification Unclassified
Product Wireshark
Version Git
Hardware All
OS All
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
If a non-default authentication plugin is used this happens:

For a user with a sha256_password and a server/client which both use
native_password by default.

S: Servergreeting (native_password)
C: Loginrequest (native_password)
S: AuthSwitchRequest (sha256_password)
C: AuthSwitchResponse (sha256_password)

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


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