http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22129
User: sfisher
Date: 2007/06/18 06:58 PM
Log:
From Martin Warnes:
Currently the MySQL dissector assumes that an OK-Packet Response
contains the Server_Status field. Having checked the MySQL protocol page
I can't say conclusively whether it should or it shouldn't, however I've
come across a couple of MySQL Java clients that receive the OK-Packet
without the Server_Status field set in response to a "SET AUTOCOMMIT" call.
The attached patched simply adds a check to ensure the Server_Status
field is present before calling function mysql_dissect_server_status.
Directory: /trunk/epan/dissectors/
Changes Path Action
+9 -7 packet-mysql.c Modified