Wireshark-commits: [Wireshark-commits] master a7f2b7f: AMQP 1.0: Fix dissection of UUID datatypes
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Jun 2015 13:18:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7f2b7f1de4648c1adff50b4ac735329b994acaf
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a7f2b7f by Petr Gotthard (petr.gotthard@xxxxxxxxxxxxx):

    AMQP 1.0: Fix dissection of UUID datatypes
    
    Set a correct data length: 16-bytes, not 1-byte. And use the
    standard function to print the uuid.
    
    Change-Id: Ic4cc8d8de3f469e43664fbd7f6eb89083dc83be6
    Reviewed-on: https://code.wireshark.org/review/8905
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  70fa77f   AMQP 1.0: Don't treat decimal[32|64|128] as packet errors
    adds  a7f2b7f   AMQP 1.0: Fix dissection of UUID datatypes


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