Unreachable Data Flow at packet-h223.c:1081 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
attempt_mux_level0_header_parse (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h223.c)![]() | ||||||
![]() | ||||||
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 | } | |||||
![]() |