Wireshark-commits: [Wireshark-commits] master 924093c: fix FT_UINT64 fields output in tshark
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 7 May 2015 07:24:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=924093cc020e1e097de4f2aedf309a670f752fe1
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

924093c by Moeller, Thies (thies.moeller@xxxxxxxxxxxxx):

    fix FT_UINT64 fields output in tshark
    
    Bug: 11170
    Change-Id: Ica259867e2c8e0b4b680bca94970e13962a8dbb1
    Reviewed-on: https://code.wireshark.org/review/8290
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  f735d4b   Need to generate hf_ variable for aliases in structs.
    adds  924093c   fix FT_UINT64 fields output in tshark


Summary of changes:
 epan/ftypes/ftype-integer.c |    2 +-
 epan/to_str.c               |   37 +++++++++++++++++++------------------
 2 files changed, 20 insertions(+), 19 deletions(-)