Wireshark-commits: [Wireshark-commits] master a4a851c: MySQL protocol dissector: Add support for se

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 May 2014 06:55:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4a851cb80b22adaca5c85a83b831cf128a369d3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a4a851c by Jess Balint (jbalint@xxxxxxxxx):

    MySQL protocol dissector: Add support for sessiontracking in MySQL 5.7.4.  Bug 9948.
    
    Change-Id: Ia451bfff571c4da280ccf76b1d5ac9dfcfead78c
    Signed-off-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/916
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ecc6b8d   Move common part of col_append_fstr, col_append_sep_fstr to seperate fnction.
    adds  a4a851c   MySQL protocol dissector: Add support for sessiontracking in MySQL 5.7.4.  Bug 9948.


Summary of changes:
 epan/dissectors/packet-mysql.c |  219 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 203 insertions(+), 16 deletions(-)