ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5271] MySQL Enhancement : support of Show Fields and bug f

Date: Tue, 5 Oct 2010 12:10:59 -0700 (PDT)
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.