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.