Unused Value at packet-gsm_sms.c:2268 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dis_iei_sa (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_sms.c)![]() | ||||||
![]() | ||||||
2255 | dis_iei_sa(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length) | |||||
2256 | { | |||||
2257 | guint8 oct; | |||||
2258 | ||||||
2259 | SHORT_DATA_CHECK(length, 2); | |||||
2260 | oct = tvb_get_guint8(tvb, offset); | |||||
2261 | ||||||
2262 | proto_tree_add_text(tree, | |||||
2263 | tvb, offset, 1, | |||||
2264 | "position: %d", | |||||
2265 | oct); | |||||
2266 | offset++; | |||||
2267 | ||||||
2268 | oct = tvb_get_guint8(tvb, offset);
| |||||
2269 | ||||||
2270 | proto_tree_add_text(tree, | |||||
2271 | tvb, offset, length - 1, | |||||
2272 | "Small Animation "); | |||||
2273 | } | |||||
![]() |