Wireshark-bugs: [Wireshark-bugs] [Bug 9612] Dissector of AMQP 1.0

Date: Sat, 18 Jan 2014 18:13:54 +0000

Comment # 12 on bug 9612 from
OK, this one looks good, I have no comments, however it does fail to compile
for me:

packet-amqp.c: In function 'format_amqp_1_0_bin':
packet-amqp.c:10504:5: error: implicit declaration of function
'tvb_bytes_to_str' [-Werror=implicit-function-declaration]
     *value = tvb_bytes_to_str(tvb, offset, bin_length);
packet-amqp.c:10504:12: error: assignment makes pointer from integer without a
cast [-Werror]
     *value = tvb_bytes_to_str(tvb, offset, bin_length);

It also generates a number of errors when passed through the checkAPIs.pl
script in the tools directory. If you don't want to specify an extra
description string for certain fields, you can just set it to NULL.


You are receiving this mail because:
  • You are watching all bug changes.