Wireshark-commits: [Wireshark-commits] master-3.0 49c7d78: pcapng: show some fields in decimal, not
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=49c7d78dbaa7ad757d4235e487836a9d6c3de091
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
49c7d78 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/37080
    
Actions performed:
    from  fa65578   voip_calls: Fix leak of GString from unistim handling.
     add  49c7d78   pcapng: show some fields in decimal, not hexadecimal.
Summary of changes:
 epan/dissectors/file-pcapng.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)