Wireshark-commits: [Wireshark-commits] master 0f57ad3: IO Graph shows unsigned values correctly
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f57ad35c8c2a04d652d0a7e7db77a07f493d0b1
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
0f57ad3 by Alexander Meier (MeierAPunkt@xxxxxxxxxxxxxx):
IO Graph shows unsigned values correctly
IO Graph used to show unsigned integer values not correctly when using
SUM, MAX, MIN or LOAD. For example was the uint32 0x9b37d2b8 shown as
about -1_679_000_000 while it should be shown as 2_604_126_904.
This patch fixes the incorrect type conversions so that unsigned
integer are shown properly in IO Graph.
Change-Id: Ib361e63cce9e088bfdd4b3d3186725c67d33f1bd
Reviewed-on: https://code.wireshark.org/review/35550
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 30baaab NAS-EPS: add an option to dissect user data container as non IP
add 0f57ad3 IO Graph shows unsigned values correctly
Summary of changes:
ui/io_graph_item.c | 50 +++++++++++++++++++-------------------------------
ui/io_graph_item.h | 50 +++++++++++++++++++++++++++++++-------------------
2 files changed, 50 insertions(+), 50 deletions(-)