Wireshark-commits: [Wireshark-commits] master 72662c2: Try to fix packet-mysql.c(1446) : warning C4

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

Commits:

72662c2 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Try to fix
    packet-mysql.c(1446) : warning C4244: 'function' : conversion from 'guint64' to 'gint', possible loss of data
    
    Change-Id: Ie0b2e916e0d15287f5a3ededc404b678b45600d8
    Reviewed-on: https://code.wireshark.org/review/1525
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a4a851c   MySQL protocol dissector: Add support for sessiontracking in MySQL 5.7.4.  Bug 9948.
    adds  72662c2   Try to fix packet-mysql.c(1446) : warning C4244: 'function' : conversion from 'guint64' to 'gint', possible loss of data


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