URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a71ec042e68743ad709ae1b8b718985d4c79450
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9a71ec0 by Uli Heilmeier (uh@xxxxxxxxxxxx):
MySQL: decode responses for more requests in a row
Capture file of Bug 15074 lists two requests in a row. Only the first
response gets dissected. The second one not.
This commit defaults to mysql_dissect_result_header() for response packets.
The documentation [1] doesn't provide any useful information how to
handle this.
[1]: https://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_PROTOCOL.html
Ping-Bug: 15074
Change-Id: I77c269dd95859bc26e12c6b89cedaac9b6047d9f
Reviewed-on: https://code.wireshark.org/review/29349
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5c36f61 epan: Detect trailing stray characters in strings
add 9a71ec0 MySQL: decode responses for more requests in a row
Summary of changes:
epan/dissectors/packet-mysql.c | 1 +
1 file changed, 1 insertion(+)