URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=174a7aae3485ee8fe752fcc1d9304d51854b5c79
Submitter: "Guy Harris <ghar...@sonic.net>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

174a7aa by Guy Harris (g...@alum.mit.edu):

    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 <ghar...@sonic.net>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <ghar...@sonic.net>
    (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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to