Attached updated patch to use "dissect_mysql_pdu" instead of
"dissect_mysql" when registering the protocol dissector.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20021
f5534014-38df-0310-8fa8-
9805f1628bb7
"Whether the MySQL dissector should reassemble MySQL buffers spanning multiple TCP segments."
" To use this option, you must also enable \"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.",
&mysql_desegment);
+
+ register_dissector("mysql", dissect_mysql_pdu, proto_mysql);
}