Wireshark-commits: [Wireshark-commits] master 7a927d6: AMQP 1.0: float/double should be in network

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

Commits:

7a927d6 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>
    

Actions performed:

    from  74421b3   AMQP 1.0: 'char' should be 4-bytes UTF32
    adds  7a927d6   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(-)