Unused Value at packet-gsm_sms.c:2246 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dis_iei_la (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_sms.c)![]() | ||||||
![]() | ||||||
2233 | dis_iei_la(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length) | |||||
2234 | { | |||||
2235 | guint8 oct; | |||||
2236 | ||||||
2237 | SHORT_DATA_CHECK(length, 2); | |||||
2238 | oct = tvb_get_guint8(tvb, offset); | |||||
2239 | ||||||
2240 | proto_tree_add_text(tree, | |||||
2241 | tvb, offset, 1, | |||||
2242 | "position: %d", | |||||
2243 | oct); | |||||
2244 | offset++; | |||||
2245 | ||||||
2246 | oct = tvb_get_guint8(tvb, offset);
| |||||
2247 | ||||||
2248 | proto_tree_add_text(tree, | |||||
2249 | tvb, offset, length - 1, | |||||
2250 | "Large Animation "); | |||||
2251 | } | |||||
![]() |