Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-amqp.c:3361

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

dissect_amqp_method_file_open_ok

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)expand/collapse
Show more  
 3355  dissect_amqp_method_file_open_ok(tvbuff_t *tvb _U_,
 3356      int offset _U_, int bound _U_, proto_tree *args_tree _U_)
 3357  {
 3358      /*  staged-size (longlong)   */
 3359      proto_tree_add_item(args_tree, hf_amqp_method_file_open_ok_staged_size,
 3360          tvb, offset, 8, FALSE);
 3361      AMQP_INCREMENT(offset, 8, bound);
 3362   
 3363      return offset;
 3364  }
Show more  




Change Warning 1850.32167 : Unused Value

Priority:
State:
Finding:
Owner:
Note: