ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10351] MySQL: decoding COM_CHANGE_USER from new clients fa

Date: Wed, 04 Feb 2015 23:16:42 +0000

changed bug 10351


What Removed Added
CC   [email protected]

Comment # 12 on bug 10351 from
(In reply to Gerrit Code Review from comment #10)
> Change 4000 had a related patch set uploaded by Alexis La Goutte:
> MySQL: add decode connattrs when use COM_CHANGE_USER
> 
> https://code.wireshark.org/review/4000

This change triggers a dissector assert when the Connect Attrs capability is
set, but no attributes are actually following after the plugin.

From
<http://dev.mysql.com/doc/internals/en/connection-phase-packets.html#packet-Protocol::HandshakeResponse>
(emphasis mine):

 "Starting with MySQL 5.6.6 the client **may** send attributes if
CLIENT_CONNECT_ATTRS is set:"

Does this mean that the capability *may* be set, but the list of attributes can
be empty? The capture in question is mysql-ssl.pcapng (and
mysql-ssl-larger.pcapng) which can be foun on the SampleCaptures wiki page.
(pending STARTTLS changes is needed to decrypt these though).


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