Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Computation  at file_access.c:650

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

wtap_file_type_string

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




Change Warning 1003.29436 : Unreachable Computation

Priority:
State:
Finding:
Owner:
Note: