Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Data Flow  at packet-ranap.c:11608

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

dissect_InitiatingMessageValue

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




Change Warning 3157.30866 : Unreachable Data Flow

Priority:
State:
Finding:
Owner:
Note: