Unused Value at packet-gsm_sms.c:2313 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dis_iei_sp (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_sms.c)![]() | ||||||
![]() | ||||||
2300 | dis_iei_sp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length) | |||||
2301 | { | |||||
2302 | guint8 oct; | |||||
2303 | ||||||
2304 | SHORT_DATA_CHECK(length, 2); | |||||
2305 | oct = tvb_get_guint8(tvb, offset); | |||||
2306 | ||||||
2307 | proto_tree_add_text(tree, | |||||
2308 | tvb, offset, 1, | |||||
2309 | "position: %d", | |||||
2310 | oct); | |||||
2311 | offset++; | |||||
2312 | ||||||
2313 | oct = tvb_get_guint8(tvb, offset);
| |||||
2314 | ||||||
2315 | proto_tree_add_text(tree, | |||||
2316 | tvb, offset, length - 1, | |||||
2317 | "Small Picture "); | |||||
2318 | } | |||||
![]() |