Wireshark-commits: [Wireshark-commits] master 1ab7a46: rtp/pm proxy: fix implicit conversion shorte

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Jun 2015 09:19:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1ab7a461f630cb5797f8ad2809ff97f3f69e8c54
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1ab7a46 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    rtp/pm proxy: fix implicit conversion shortens 64-bit value into a 32-bit value
    
    packet-pmproxy.c:93: warning: implicit conversion shortens 64-bit value into a 32-bit value
    packet-pmproxy.c:94: warning: implicit conversion shortens 64-bit value into a 32-bit value
    packet-pmproxy.c:95: warning: implicit conversion shortens 64-bit value into a 32-bit value
    packet-rtpproxy.c:831: warning: implicit conversion shortens 64-bit value into a 32-bit value
    
    Change-Id: Ibf1491c1e56dfe6684fe2fe67edc1a721d5de56f
    Reviewed-on: https://code.wireshark.org/review/8753
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  83b6af0   ISAKMP: fix build about unused variable
    adds  1ab7a46   rtp/pm proxy: fix implicit conversion shortens 64-bit value into a 32-bit value


Summary of changes:
 epan/dissectors/packet-pmproxy.c  |    4 ++--
 epan/dissectors/packet-rtpproxy.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)