Unreachable Data Flow at packet-rpc.c:3538 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_rpc_tcp_heur (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-rpc.c)![]() | ||||||
![]() | ||||||
3525 | dissect_rpc_tcp_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) | |||||
3526 | { | |||||
3527 | switch (dissect_rpc_tcp_common(tvb, pinfo, tree, TRUE)) { | |||||
3528 | ||||||
3529 | case IS_RPC: | |||||
3530 | return TRUE; | |||||
3531 | ||||||
3532 | case IS_NOT_RPC: | |||||
3533 | return FALSE; | |||||
3534 | ||||||
3535 | default: | |||||
3536 | /* "Can't happen" */ | |||||
3537 | DISSECTOR_ASSERT_NOT_REACHED(); | |||||
3538 | return FALSE;
| |||||
3539 | } | |||||
3540 | } | |||||
![]() |