URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c16da42b0497fe2b55b8d47e64cb123be6692884
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
c16da42 by Uli Heilmeier (uh@xxxxxxxxxxxx):
Fixing some implicit coversations (-Wshorten-64-to-32)
Fixing some "implicit conversion loses integer precision" warnings
reported by clang with -Wshorten-64-to-32 option
Change-Id: Icd641d5f4fd8ff129f03f1b9e1da0fc86329f096
Reviewed-on: https://code.wireshark.org/review/31901
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 061ebbda564d719df69da24663c60a78584b5b9b)
Reviewed-on: https://code.wireshark.org/review/32818
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from d03096e wsutil: Fix pipe handle leaks on Windows
add c16da42 Fixing some implicit coversations (-Wshorten-64-to-32)
Summary of changes:
epan/dissectors/packet-stcsig.c | 2 +-
epan/dissectors/packet-steam-ihs-discovery.c | 2 +-
epan/dissectors/packet-xra.c | 2 +-
epan/proto.c | 4 ++--
sharkd_session.c | 2 +-
ui/qt/iax2_analysis_dialog.cpp | 4 ++--
ui/qt/rtp_analysis_dialog.cpp | 18 +++++++++---------
ui/qt/rtp_analysis_dialog.h | 4 ++--
8 files changed, 19 insertions(+), 19 deletions(-)