Unused Value at packet-ms-mms.c:994 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_start_sending_from_info (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ms-mms.c)![]() | ||||||
![]() | ||||||
976 | static void dissect_start_sending_from_info(tvbuff_t *tvb, proto_tree *tree, guint offset) | |||||
977 | { | |||||
978 | /* Command Level */ | |||||
979 | proto_tree_add_item(tree, hf_msmms_command_prefix1_command_level, tvb, offset, 4, TRUE); | |||||
980 | offset += 4; | |||||
981 | proto_tree_add_item(tree, hf_msmms_command_prefix2, tvb, offset, 4, TRUE); | |||||
982 | offset += 4; | |||||
983 | ||||||
984 | /* 40 bytes follow the prefixes... */ | |||||
985 | offset += 4; | |||||
986 | offset += 4; | |||||
987 | offset += 4; | |||||
988 | offset += 4; | |||||
989 | offset += 4; | |||||
990 | offset += 4; | |||||
991 | offset += 4; | |||||
992 | offset += 4; | |||||
993 | offset += 4; | |||||
994 | offset += 4;
| |||||
995 | } | |||||
![]() |