Unused Value at packet-ms-mms.c:1004 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_cancel_info (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ms-mms.c)![]() | ||||||
![]() | ||||||
998 | static void dissect_cancel_info(tvbuff_t *tvb, proto_tree *tree, guint offset) | |||||
999 | { | |||||
1000 | /* Command Level */ | |||||
1001 | proto_tree_add_item(tree, hf_msmms_command_prefix1_command_level, tvb, offset, 4, TRUE); | |||||
1002 | offset += 4; | |||||
1003 | proto_tree_add_item(tree, hf_msmms_command_prefix2, tvb, offset, 4, TRUE); | |||||
1004 | offset += 4;
| |||||
1005 | } | |||||
![]() |