Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:786

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

gdsdb_seek_blob

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 776  }
 777   
 778  static int
 779  gdsdb_seek_blob(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 780  {
 781          /* int offset; */
 782   
 783          if (tvb_length(tvb) < 16) {
 784                  return 0;
 785          }
 786          if (tree) {
 787  /* hf_gdsdb_seekblob_blob */
 788  /* hf_gdsdb_seekblob_mode */
 789          }
 790   
 791          return tvb_length(tvb);
 792  }
 793   
 794  static int
 795  gdsdb_reconnect(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 796  {
Show more  




Change Warning 30.27272 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: