Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_header_response

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ms-mms.c)expand/collapse
Show more  
 1111  static void dissect_header_response(tvbuff_t *tvb, proto_tree *tree, guint offset)
 1112  {
 1113      /* ErrorCode */
 1114      proto_tree_add_item(tree, hf_msmms_command_prefix1_error, tvb, offset, 4, TRUE);
 1115      offset += 4;
 1116      /* Packet ID type */
 1117      proto_tree_add_item(tree, hf_msmms_command_prefix2, tvb, offset, 4, TRUE);
 1118      offset += 4;
 1119   
 1120      offset += 4;
 1121      offset += 4;
 1122  }
Show more  




Change Warning 2746.32072 : Unused Value

Priority:
State:
Finding:
Owner:
Note: