Unused Value at packet-mikey.c:607 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
add_next_payload (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-mikey.c)![]() | ||||||
![]() | ||||||
603 | add_next_payload(tvbuff_t *tvb, proto_tree *tree, int offset) | |||||
604 | { | |||||
605 | guint8 next_payload; | |||||
606 | ||||||
607 | next_payload = tvb_get_guint8(tvb, offset);
| |||||
608 | ||||||
609 | proto_tree_add_item(tree, hf_mikey[POS_NEXT_PAYLOAD], tvb, offset, 1, FALSE); | |||||
610 | } | |||||
![]() |