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

Commits:

43b7f54 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 ab00f3533cd96fa1ff8f691be07ebb01b6f43e2c)
    Reviewed-on: https://code.wireshark.org/review/37079
    

Actions performed:

    from  b59795a   voip_calls: Fix leak of GString from unistim handling.
     add  43b7f54   pcapng: show some fields in decimal, not hexadecimal.


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