Wireshark-bugs: [Wireshark-bugs] [Bug 10339] MySQL: decoding response fails
Date: Sun, 03 Aug 2014 14:16:01 +0000

changed bug 10339

What Removed Added
CC   alexis.lagoutte@gmail.com

Comment # 1 on bug 10339 from
Hi Daniel,

it is possible to try to modify this line :
         new_register_dissector("mysql", dissect_mysql_pdu, proto_mysql);
by
         new_register_dissector("mysql", dissect_mysql, proto_mysql);

and try ?


You are receiving this mail because:
  • You are watching all bug changes.