Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Data Flow  at packet-ranap.c:11615

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_SuccessfulOutcomeValue

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ranap.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 3158.30867 : Unreachable Data Flow

Priority:
State:
Finding:
Owner:
Note: