Unused Value at packet-ms-mms.c:1131 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_network_timer_test_response (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ms-mms.c)![]() | ||||||
![]() | ||||||
1125 | static void dissect_network_timer_test_response(tvbuff_t *tvb, proto_tree *tree, guint offset) | |||||
1126 | { | |||||
1127 | /* Command Level */ | |||||
1128 | proto_tree_add_item(tree, hf_msmms_command_prefix1_command_level, tvb, offset, 4, TRUE); | |||||
1129 | offset += 4; | |||||
1130 | proto_tree_add_item(tree, hf_msmms_command_prefix2, tvb, offset, 4, TRUE); | |||||
1131 | offset += 4;
| |||||
1132 | } | |||||
![]() |