Wireshark-commits: [Wireshark-commits] master 8b8d378: AMQP 1.0: Fix OSX build errors
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Aug 2015 17:57:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8b8d37801ce1dd7b592cabbc2da06aa05019912e
Submitter: Hadriel Kaplan (hadrielk@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8b8d378 by Petr Gotthard (petr.gotthard@xxxxxxxxxxxxx):

    AMQP 1.0: Fix OSX build errors
    
    packet-amqp.c:10660: warning: implicit conversion shortens 64-bit value into a 32-bit value
    packet-amqp.c:10661: warning: implicit conversion shortens 64-bit value into a 32-bit value
    
    Change-Id: Ic1c19edf10432dccb5fc4f3ea07defd45b9eef17
    Reviewed-on: https://code.wireshark.org/review/10054
    Petri-Dish: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    

Actions performed:

    from  6f7811e   A new Early Allocation Request for draft-ietf-pce-lsp-setup-type and draft-ietf-pce-segment-routing has been issued.  Reference: https://mailarchive.ietf.org/arch/msg/pce/Zdsc0HHl1SLvpANRWhpLvIzJQyI There are implementations out there that are using 5 as SR-ERO subobject identifier (instead of 36 that will be assigned by IANA) and 27 as the PATH-SETUP-TYPE TLV identifier (instead of 28 that will be assigned by IANA).  This patch decodes both 5/36 as SR-ERO subobject an [...]
    adds  8b8d378   AMQP 1.0: Fix OSX build errors


Summary of changes:
 epan/dissectors/packet-amqp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)