Unused Value at packet-quake2.c:354 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_quake2_client_commands_uinfo (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-quake2.c)![]() | ||||||
![]() | ||||||
345 | dissect_quake2_client_commands_uinfo(tvbuff_t *tvb, packet_info *pinfo _U_, | |||||
346 | proto_tree *tree) | |||||
347 | { | |||||
348 | guint len; | |||||
349 | proto_item *userinfo_item; | |||||
350 | ||||||
351 | len = tvb_strsize(tvb, 0); | |||||
352 | ||||||
353 | if (tree) { | |||||
354 | userinfo_item = proto_tree_add_text(tree, tvb, 0, len, "Userinfo: %s",
| |||||
355 | tvb_get_ptr(tvb, 0, len)); | |||||
356 | } | |||||
357 | ||||||
358 | return len; | |||||
359 | } | |||||
![]() |