Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ms-mms.c:1014

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

dissect_timing_test_request

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ms-mms.c)expand/collapse
Show more  
 1008  static void dissect_timing_test_request(tvbuff_t *tvb, proto_tree *tree, guint offset)
 1009  {
 1010      /* Flags */
 1011      proto_tree_add_item(tree, hf_msmms_command_prefix1, tvb, offset, 4, TRUE);
 1012      offset += 4;
 1013      proto_tree_add_item(tree, hf_msmms_command_prefix2, tvb, offset, 4, TRUE);
 1014      offset += 4;
 1015  }
Show more  




Change Warning 2750.32071 : Unused Value

Priority:
State:
Finding:
Owner:
Note: