Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-1.12 106c8b3: adding abs() functions when creating th

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Jul 2014 02:23:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=106c8b3e9e5575442369e3cf21d9d32395e73a07
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

106c8b3 by Andrew Bitson (abitson@xxxxxxxxx):

    adding abs() functions when creating the values to be graphed since the graph only handles positive values.
    Does not apply to FT_RELATIVE_TIME.
    
    This is being added to master-1.12 to avoid breaking future QT functionality in the graph.
    
    Bug 9985 - Add absolute values to i/o graph
    
    Change-Id: I32565c346bef48ec852f61c379df96f2c733e68f
    Reviewed-on: https://code.wireshark.org/review/2780
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  047c4c0   packet-vnc.c: Improve re-assembly.
    adds  106c8b3   adding abs() functions when creating the values to be graphed since the graph only handles positive values. Does not apply to FT_RELATIVE_TIME.


Summary of changes:
 ui/io_graph_item.h |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)