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 3216] New: mysql : fix for "FIXME: write mysql_dissect_row

Date: Wed, 21 Jan 2009 01:43:16 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216

           Summary: mysql : fix for "FIXME: write
                    mysql_dissect_row_packet()"
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: toralf.foerster@xxxxxx


Created an attachment (id=2693)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2693)
patch for mysql_dissect_row_packet()

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The attached patch implements it. I'll attach a short mysql stream showing the
effect for this mysql command :

mysql> select * from agent;
+----+--------------+--------------+--------------+
| id | custom_data1 | custom_data2 | custom_data3 |
+----+--------------+--------------+--------------+
|  1 | miau         | NULL         | NULL         |
|  2 | wau          | NULL         | NULL         |
|  3 | ia           | NULL         | NULL         |
+----+--------------+--------------+--------------+
3 rows in set (0.00 sec)

mysql>            

To see the effect:

1. open the attached pcap file
2. expand for the 2nd packet the mysql item
3. click at the 1st packet
4. click at the 2nd packet

have a look at the 7th mysql item (and following) within packet detail window.


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