Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:869

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

gdsdb_release

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 859  }
 860   
 861  static int
 862  gdsdb_release(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 863  {
 864          /* int offset; */
 865   
 866          if (tvb_length(tvb) < 8) {
 867                  return 0;
 868          }
 869          if (tree) {
 870  /* hf_gdsdb_release_object */
 871          }
 872   
 873          return tvb_length(tvb);
 874  }
 875   
 876  #if 0 
 877  static int
 878  gdsdb_prepare2(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 879  {
Show more  




Change Warning 33.27275 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: