https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5271
--- Comment #7 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2010-10-05 12:10:57 PDT ---
Hi Bill,
1. I need to add your fixes in my patch ?
2.
--> in mysql_dissect_response()
if (conn_data->state == FIELD_PACKET) {
conn_data->state= ROW_PACKET;
} else {
conn_data->state= REQUEST;
}
This code is when you receive a EOF marker after in this frame.
for a Show Fields Commands, there is not Result Set Header but Field Packet
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.