Wireshark-commits: [Wireshark-commits] master-1.12 1f28519: AMQP 1.0: float/double should be in net

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 11 Jun 2015 17:41:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1f2851977650061aea3c4a96381c56385e660bfe
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

1f28519 by Petr Gotthard (petr.gotthard@xxxxxxxxxxxxx):

    AMQP 1.0: float/double should be in network byte order
    
    The standard says that (unless otherwise specified) AMQP uses
    network byte order for all numeric values.
    
    Change-Id: I3ca154a6fb882d9194a9af891f92f760aae776eb
    Reviewed-on: https://code.wireshark.org/review/8889
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 7a927d60d48570a6b33ceafccff55b6045d259aa)
    Reviewed-on: https://code.wireshark.org/review/8891
    

Actions performed:

    from  abb0f11   AMQP 1.0: 'char' should be 4-bytes UTF32
    adds  1f28519   AMQP 1.0: float/double should be in network byte order


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