Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-afs.c:1674

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

dissect_afs

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)expand/collapse
Show more  
 1664                          /* Process the packet according to what service it is */
 1665                          if ( dissector ) {
 1666                                  (*dissector)(tvb, rxinfo, afs_op_tree, offset, opcode);
 1667                          }
 1668                  }
 1669          }
 1670   
 1671          /* if it's the last packet, and it's a reply, remove opcode
 1672                  from hash */
 1673          /* ignoring for now, I'm not sure how the chunk deallocation works */
 1674          if ( rxinfo->flags & RX_LAST_PACKET && reply ){
 1675   
 1676          }
 1677  }
 1678   
 1679   
 1680  /*
 1681   * Here is a helper routine for adding an AFS acl to the proto tree
 1682   * This is to be used with FS packets only 
 1683   *
 1684   * An AFS ACL is a string that has the following format:
Show more  




Change Warning 16.26985 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: