Unused Value at packet-pn.c:226 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_pn_user_data (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-pn.c)![]() | ||||||
![]() | ||||||
220 | dissect_pn_user_data(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, | |||||
221 | proto_tree *tree, guint32 length, const char *text) | |||||
222 | { | |||||
223 | proto_item *item; | |||||
224 | ||||||
225 | ||||||
226 | item = proto_tree_add_string_format(tree, hf_pn_user_data, tvb, offset, length, "data",
| |||||
227 | "%s: %d bytes", text, length); | |||||
228 | ||||||
229 | return offset + length; | |||||
230 | } | |||||
![]() |