Wireshark-commits: [Wireshark-commits] master-3.2 ebdcb37: someip: Fix guint64 printf formats

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 Jan 2020 21:36:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ebdcb37e93a5ac38e5414812d457725f37afa9dc
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

ebdcb37 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    someip: Fix guint64 printf formats
    
    Use G_GUINT64_FORMAT and remove the format character when printing
    unsigned value. Use G_GINT64_MODIFIER when also giving the format
    character ('x').
    
    Change-Id: I7c02ec3ebd058c392f8fb21a0e20e242a06e8888
    Reviewed-on: https://code.wireshark.org/review/35896
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 919b4ca1cf16de65f99b95004efc63ea69dec17b)
    Reviewed-on: https://code.wireshark.org/review/35920
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  030f628   RTCP: fix packet length check when having unhandled application data
     add  ebdcb37   someip: Fix guint64 printf formats


Summary of changes:
 epan/dissectors/packet-someip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)