Unused Value at packet-ms-mms.c:1121 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_header_response (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ms-mms.c)![]() | ||||||
![]() | ||||||
1111 | static void dissect_header_response(tvbuff_t *tvb, proto_tree *tree, guint offset) | |||||
1112 | { | |||||
1113 | /* ErrorCode */ | |||||
1114 | proto_tree_add_item(tree, hf_msmms_command_prefix1_error, tvb, offset, 4, TRUE); | |||||
1115 | offset += 4; | |||||
1116 | /* Packet ID type */ | |||||
1117 | proto_tree_add_item(tree, hf_msmms_command_prefix2, tvb, offset, 4, TRUE); | |||||
1118 | offset += 4; | |||||
1119 | ||||||
1120 | offset += 4; | |||||
1121 | offset += 4;
| |||||
1122 | } | |||||
![]() |