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

Commits:

174a7aa 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>
    (cherry picked from commit 90fdb71bf6cb22db6728a88f6a61ea44d9779f71)
    Reviewed-on: https://code.wireshark.org/review/37081
    

Actions performed:

    from  a19ed2f   voip_calls: Fix leak of GString from unistim handling.
     add  174a7aa   pcapng: show some fields in decimal, not hexadecimal.


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