Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:919

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

gdsdb_cancel_events

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 909  }
 910   
 911  static int
 912  gdsdb_cancel_events(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 913  {
 914          /* int offset; */
 915   
 916          if (tvb_length(tvb) < 12) {
 917                  return 0;
 918          }
 919          if (tree) {
 920  /* hf_gdsdb_event_database */
 921          }
 922   
 923          return tvb_length(tvb);
 924  }
 925   
 926  static int
 927  gdsdb_ddl(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 928  {
 929          /* int offset; */
Show more  




Change Warning 35.27277 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: