Wireshark-commits: [Wireshark-commits] master-1.12 00888cd: AMQP 1.0: Fix dissection of UUID dataty

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Jun 2015 13:42:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=00888cd519596aa06b8a0604a29f61a1b980b608
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

00888cd 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>
    (cherry picked from commit a7f2b7f1de4648c1adff50b4ac735329b994acaf)
    Conflicts:
    	epan/dissectors/packet-amqp.c
    Reviewed-on: https://code.wireshark.org/review/8907
    

Actions performed:

    from  89dd0f0   AMQP 1.0: Don't treat decimal[32|64|128] as packet errors
    adds  00888cd   AMQP 1.0: Fix dissection of UUID datatypes


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