Unused Value at packet-nas_eps.c:3375 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
nas_esm_inf_req (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nas_eps.c)![]() | ||||||
![]() | ||||||
3367 | nas_esm_inf_req(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
3368 | { | |||||
3369 | guint32 curr_offset; | |||||
3370 | guint curr_len; | |||||
3371 | ||||||
3372 | curr_offset = offset; | |||||
3373 | curr_len = len; | |||||
3374 | ||||||
3375 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
3376 | } | |||||
![]() |