From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216 :
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 28 Feb 2009 19:30:56 +0000 (19:30 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 28 Feb 2009 19:30:56 +0000 (19:30 +0000)
commitb6b5484a087af39d1d3b0c2dae770d0b3f0b735b
treedb3a240bdb7b577fffe7df494a64d07aefd2de40
parent4e074927299bb860ffc7ef1f02e5832e3ae952d7
From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216 :

Implement mysql_dissect_row_packet().

From me: change all tvb_length_remaining() calls to
tvb_reported_length_remaining() so the dissector will throw an exception if
the packets are truncated.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27568 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-mysql.c