Unreachable Computation at file_access.c:650 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
wtap_file_type_string (/home/sate/Testcases/c/cve/wireshark-1.2.0/wiretap/file_access.c)![]() | ||||||
![]() | ||||||
646 | const char *wtap_file_type_string(int filetype) | |||||
647 | { | |||||
648 | if (filetype < 0 || filetype >= wtap_num_file_types) { | |||||
649 | g_error("Unknown capture file type %d", filetype); | |||||
650 | return NULL;
| |||||
651 | } else | |||||
652 | return dump_open_table[filetype].name; | |||||
653 | } | |||||
![]() |