Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-pn-io.c:6511

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

dissect_IODWriteReq

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-dcerpc-pn-io.c)expand/collapse
Show more  
 6493  dissect_IODWriteReq(tvbuff_t *tvb, int offset,
 6494          packet_info *pinfo, proto_tree *tree, guint8 *drep, pnio_ar_t **ar)
 6495  {
 6496      gint remain;
 6497      guint16 u16Index = 0;
 6498      guint32 u32RecDataLen;
 6499   
 6500   
 6501      /* IODWriteHeader */
 6502[+]     offset = dissect_block(tvb, offset, pinfo, tree, drep, &u16Index, &u32RecDataLen, ar);
 6503   
 6504      /* IODWriteMultipleReq? */
 6505      if(u16Index == 0xe040) {
 6506          while((remain = tvb_length_remaining(tvb, offset)) > 0) {
 6507              offset = dissect_IODWriteReq(tvb, offset, pinfo, tree, drep, ar);
 6508          }
 6509      } else {
 6510          /* RecordDataWrite */
 6511          offset = dissect_RecordDataWrite(tvb, offset, pinfo, tree, drep, u16Index, u32RecDataLen);
Show more  




Change Warning 3759.34936 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: