Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_cancel_info

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ms-mms.c)expand/collapse
Show more  
 998  static void dissect_cancel_info(tvbuff_t *tvb, proto_tree *tree, guint offset)
 999  {
 1000      /* Command Level */
 1001      proto_tree_add_item(tree, hf_msmms_command_prefix1_command_level, tvb, offset, 4, TRUE);
 1002      offset += 4;
 1003      proto_tree_add_item(tree, hf_msmms_command_prefix2, tvb, offset, 4, TRUE);
 1004      offset += 4;
 1005  }
Show more  




Change Warning 2751.32070 : Unused Value

Priority:
State:
Finding:
Owner:
Note: