Unused Value at packet-gsm_sms.c:2199 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dis_iei_uds (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_sms.c)![]() | ||||||
![]() | ||||||
2186 | dis_iei_uds(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length) | |||||
2187 | { | |||||
2188 | guint8 oct; | |||||
2189 | ||||||
2190 | SHORT_DATA_CHECK(length, 2); | |||||
2191 | oct = tvb_get_guint8(tvb, offset); | |||||
2192 | ||||||
2193 | proto_tree_add_text(tree, | |||||
2194 | tvb, offset, 1, | |||||
2195 | "position: %d", | |||||
2196 | oct); | |||||
2197 | offset++; | |||||
2198 | ||||||
2199 | oct = tvb_get_guint8(tvb, offset);
| |||||
2200 | ||||||
2201 | proto_tree_add_text(tree, | |||||
2202 | tvb, offset, length - 1, | |||||
2203 | "User Defined Sound "); | |||||
2204 | } | |||||
![]() |