Wireshark-commits: [Wireshark-commits] master 70fa77f: AMQP 1.0: Don't treat decimal[32|64|128] as
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Jun 2015 13:16:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=70fa77f1a39202b1d622cc2091288b51d4f1091e
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

70fa77f by Petr Gotthard (petr.gotthard@xxxxxxxxxxxxx):

    AMQP 1.0: Don't treat decimal[32|64|128] as packet errors
    
    Packets with a decimal datatype should be correctly dissected.
    Yet, we still cannot display the decimal floating-point numbers as
    there is no support in printf and glib.
    
    Change-Id: I48a6dafd1e12ab55f660fad37a759dd16a9cf4b1
    Reviewed-on: https://code.wireshark.org/review/8902
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  de3997e   Qt/Bluetooth/ATT: Add SaveAsImage option for table
    adds  70fa77f   AMQP 1.0: Don't treat decimal[32|64|128] as packet errors


Summary of changes:
 epan/dissectors/packet-amqp.c |   20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)