Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Data Flow  at packet-h223.c:1081

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

attempt_mux_level0_header_parse

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h223.c)expand/collapse
Show more  
 1077  static gboolean attempt_mux_level0_header_parse(guint32 nbytes, guint32 hdr, guint32 *minlen)
 1078  {
 1079      /* level 0 isn't byte-aligned, so is a complete pain to implement */
 1080      DISSECTOR_ASSERT_NOT_REACHED();
 1081      nbytes = nbytes;
 1082      hdr=hdr;
 1083      minlen=minlen;
 1084      return FALSE;
 1085  }
Show more  




Change Warning 2629.30424 : Unreachable Data Flow

Priority:
State:
Finding:
Owner:
Note: