Unreachable Data Flow at packet-ranap.c:11615 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_SuccessfulOutcomeValue (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ranap.c)![]() | ||||||
![]() | ||||||
11611 | static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
11612 | { | |||||
11613 | pdu_type = SOUT; | |||||
11614 | return (dissector_try_port_new(ranap_proc_sout_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE)) ? tvb_length(tvb) : 0; | |||||
11615 | pdu_type = 0;
| |||||
11616 | } | |||||
![]() |