Unused Value at packet-gsm_sms.c:2291 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dis_iei_lp (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_sms.c)![]() | ||||||
![]() | ||||||
2278 | dis_iei_lp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length) | |||||
2279 | { | |||||
2280 | guint8 oct; | |||||
2281 | ||||||
2282 | SHORT_DATA_CHECK(length, 2); | |||||
2283 | oct = tvb_get_guint8(tvb, offset); | |||||
2284 | ||||||
2285 | proto_tree_add_text(tree, | |||||
2286 | tvb, offset, 1, | |||||
2287 | "position: %d", | |||||
2288 | oct); | |||||
2289 | offset++; | |||||
2290 | ||||||
2291 | oct = tvb_get_guint8(tvb, offset);
| |||||
2292 | ||||||
2293 | proto_tree_add_text(tree, | |||||
2294 | tvb, offset, length - 1, | |||||
2295 | "Large Picture "); | |||||
2296 | } | |||||
![]() |