Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at packet-http.c:1823

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

get_hf_for_header

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-http.c)expand/collapse
Show more  
 1815  static gint*
 1816  get_hf_for_header(char* header_name)
 1817  {
 1818          gint* hf_id = NULL;
 1819   
 1820          if (header_fields_hash) {
 1821                  hf_id = (gint*) g_hash_table_lookup(header_fields_hash, header_name);
 1822          } else {
 1823                  hf_id = NULL;
 1824          }
 1825   
 1826          return hf_id;
 1827  }
Show more  




Change Warning 2645.29456 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: