Wireshark-commits: [Wireshark-commits] master 90fdb71: pcapng: show some fields in decimal, not hex
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 03 May 2020 19:26:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90fdb71bf6cb22db6728a88f6a61ea44d9779f71
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

90fdb71 by Guy Harris (guy@xxxxxxxxxxxx):

    pcapng: show some fields in decimal, not hexadecimal.
    
    The interface ID is just an ordinal; there's no reason to show it as hex
    (we don't show it as hex if we're treating a pcapng file as a capture
    rather than a file to be dissected).
    
    The packet drops count is just a count, so, again, there's no reason to
    show it as hex.
    
    The hash algorithms numbers are given in decimal in the pcapng spec, so
    display it as decimal.
    
    Change-Id: I93fd50e7243a5b012bd29324f7116e634aca62af
    Reviewed-on: https://code.wireshark.org/review/37072
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  0b1e27e   voip_calls: Fix leak of GString from unistim handling.
     add  90fdb71   pcapng: show some fields in decimal, not hexadecimal.


Summary of changes:
 epan/dissectors/file-pcapng.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)