Unreachable Data Flow at packet-ranap.c:11608 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_InitiatingMessageValue (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ranap.c)![]() | ||||||
![]() | ||||||
11604 | static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
11605 | { | |||||
11606 | pdu_type = IMSG; | |||||
11607 | return (dissector_try_port_new(ranap_proc_imsg_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE)) ? tvb_length(tvb) : 0; | |||||
11608 | pdu_type = 0;
| |||||
11609 | } | |||||
![]() |