ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 0e64efc: Use G_GUINT64_FORMAT to format a guint64.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Nov 2014 18:36:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e64efc81a2ee96bcfa8ba43c4aab2e1b0a2d95f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0e64efc by Guy Harris (guy@xxxxxxxxxxxx):

    Use G_GUINT64_FORMAT to format a guint64.
    
    A 64-bit integer isn't necessarily a long, it might be a long long.  Use
    G_GUINT64_FORMAT to format it.
    
    Make it a guint64 while we're at it - the field is a FT_GUINT64.
    
    Change-Id: I7ee855905ea77347576005441824b1c4630f5659
    Reviewed-on: https://code.wireshark.org/review/5302
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7390516   For tap UIs, register a list of parameters and some menu information.
    adds  0e64efc   Use G_GUINT64_FORMAT to format a guint64.


Summary of changes:
 epan/dissectors/packet-elasticsearch.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)