Wireshark-bugs: [Wireshark-bugs] [Bug 7936] new dissector for Media Resource Control Protocol Ve
Date: Wed, 02 Jan 2013 07:43:03 +0000

changed bug 7936

What Removed Added
Status CONFIRMED IN_PROGRESS

Comment # 12 on bug 7936 from
My build (trunk r46893, gcc version 4.7.2) does fail as follows:

packet-mrcpv2.c: In function 'dissect_mrcpv2_common':
packet-mrcpv2.c:488:14: error: unused variable 'message_body_item'
[-Werror=unused-variable]
packet-mrcpv2.c:487:14: error: unused variable 'message_header_item'
[-Werror=unused-variable]
packet-mrcpv2.c: In function 'get_mrcpv2_pdu_len':
packet-mrcpv2.c:995:76: error: unused parameter 'offset'
[-Werror=unused-parameter]
packet-mrcpv2.c: In function 'proto_reg_handoff_mrcpv2':
packet-mrcpv2.c:1536:3: error: passing argument 1 of 'create_dissector_handle'
from incompatible pointer type [-Werror]
In file included from ../../epan/conversation.h:58:0,
                 from ../../epan/dissectors/packet-tcp.h:28,
                 from packet-mrcpv2.c:48:
../../epan/packet.h:319:27: note: expected 'dissector_t' but argument is of
type 'int (*)(struct tvbuff_t *, struct packet_info *, struct proto_tree *)'
cc1: all warnings being treated as errors
make[5]: *** [libdissectors_la-packet-mrcpv2.lo] Error 1

So, how was this build and fuzz tested?


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