URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=89dd0f0c7cc818eb54bb067c04dfdd4120000482
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
89dd0f0 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>
(cherry picked from commit 70fa77f1a39202b1d622cc2091288b51d4f1091e)
Reviewed-on: https://code.wireshark.org/review/8906
Actions performed:
from 1f28519 AMQP 1.0: float/double should be in network byte order
adds 89dd0f0 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(-)