Wireshark-commits: [Wireshark-commits] master c57695a: dpauxmon: remove precision loss in dump_pack

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 May 2018 04:10:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c57695a13e5e02d428607d57b81a8c1f96575781
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c57695a by Dario Lombardo (lomato@xxxxxxxxx):

    dpauxmon: remove precision loss in dump_packet.
    
    ../extcap/dpauxmon.c:129:72: warning: implicit conversion loses integer
    precision: 'const ssize_t' (aka 'const long') to 'guint32' (aka 'unsigned
    int') [-Wshorten-64-to-32]
    
    Change-Id: If835baec3c51eecd4aff9ad7dab052192de78455
    Reviewed-on: https://code.wireshark.org/review/27616
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0937979   Asterix: Definition for ASTERIX Category 032 - Miniplan Messages
    adds  c57695a   dpauxmon: remove precision loss in dump_packet.


Summary of changes:
 extcap/dpauxmon.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)