Wireshark-commits: [Wireshark-commits] master 147ab19: Switch the floats in stat_tap table items to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 7 Aug 2015 16:46:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=147ab19f08cc47318cf032d23786b462872f3aa5
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

147ab19 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Switch the floats in stat_tap table items to doubles.
    
    Use doubles instead of floats in stat_tap_table_item_type. This should
    make stat taps easier to use with a lot of our API (e.g. nstime) along
    with Qt and the C math library.
    
    This reverts commit 5bbb6ff5e43511ddc57b0b771f3d60da1eb82c02.
    
    Change-Id: I113b44fb944a883cde016b7a8961597658be4c0a
    Reviewed-on: https://code.wireshark.org/review/9912
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    

Actions performed:

    from  c90fcba   Lua: Count Lua plugins in splash screen
    adds  147ab19   Switch the floats in stat_tap table items to doubles.


Summary of changes:
 epan/dissectors/packet-rpc.c |    4 ++--
 epan/stat_tap_ui.h           |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)