Wireshark-bugs: [Wireshark-bugs] [Bug 9361] AllJoyn protocol dissector
Date: Mon, 04 Nov 2013 10:30:13 +0000

Comment # 6 on bug 9361 from
There also some issue from tools :
Clang analyser : 
packet-alljoyn.c:1274:19: warning: Dereference of null pointer
            while(**signature != type_stop && tvb_length_remaining(tvb, offset)
> 0) {

checkAPIs :
Warning: epan/dissectors/packet-alljoyn.c does not have an SVN Id tag.


tools/fix-encoding-args.pl
epan/dissectors/packet-alljoyn.c:  FT_STRING:        proto_tree_add_item(tree,
hf_alljoyn_sasl_parameter, tvb, command->length, length,
[[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:        proto_tree_add_item(tree,
hf_alljoyn_mess_header_endian, tvb, offset + ENDIANNESS_OFFSET, 1,
[[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:        proto_tree_add_item(tree,
hf_alljoyn_sasl_command, tvb, 0, length, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:        proto_tree_add_item(tree,
hf_alljoyn_string_data, tvb, offset, length, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:        proto_tree_add_item(tree,
hf_alljoyn_string_data, tvb, offset, length, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:       
proto_tree_add_item(alljoyn_bus_name_tree, hf_alljoyn_string_data, tvb,
tree_data->offset, bus_name_size, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:       
proto_tree_add_item(alljoyn_string_tree, hf_alljoyn_string_data, tvb,
tree_data->offset, guid_size, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:       
proto_tree_add_item(alljoyn_bus_name_tree, hf_alljoyn_string_data, tvb,
tree_data->offset, bus_name_size, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:       
proto_tree_add_item(alljoyn_string_tree, hf_alljoyn_string_data, tvb,
tree_data->offset, guid_size, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:       
proto_tree_add_item(alljoyn_bus_name_tree, hf_alljoyn_string_data, tvb,
tree_data->offset, bus_name_size, [[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:        proto_tree_add_item(tree,
hf_alljoyn_mess_body_signature, tvb, offset, length,
[[ENC_NA]-->[ENC_ASCII|ENC_NA]]);
epan/dissectors/packet-alljoyn.c:  FT_STRING:        proto_tree_add_item(tree,
hf_alljoyn_mess_body_signature, tvb, offset, length,
[[ENC_NA]-->[ENC_ASCII|ENC_NA]]);


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