Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5058] MySQL dissector doesn't dissect query responses

Date: Tue, 27 Jul 2010 16:04:12 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5058

Brandon Skari <brandonskari@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brandonskari@xxxxxxxxx

--- Comment #2 from Brandon Skari <brandonskari@xxxxxxxxx> 2010-07-27 16:04:11 PDT ---
The above patch fixes the problem with the MySQL not dissecting query
responses. Wireshark now correctly decodes my previous capture attachment. The
code for dissecting the responses was already in place but was never being
used. In addition, part of the query response dissector was not working; this
probably wasn't noticed before because it was never called in the first place.
I've rewritten it and it appears to work.

This patch has been fuzz tested using the fuzz test shell script against
several captures I have, and the   random packet shell script. It has also
passed the checkAPIs Perl script.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.