Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-cpha.c:388

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

dissect_policy_change

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cpha.c)expand/collapse
Show more  
 382  static void dissect_policy_change(tvbuff_t * tvb, int offset, proto_tree * tree) {
 383    guint32 status;
 384   
 385    status = tvb_get_ntohl(tvb, offset);
 386   
 387    proto_tree_add_uint(tree, hf_status, tvb, offset, sizeof(status), status);
 388    offset += sizeof(guint32);
 389  }
Show more  




Change Warning 1983.31302 : Unused Value

Priority:
State:
Finding:
Owner:
Note: