Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-cpha.c:397

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

dissect_probe

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cpha.c)expand/collapse
Show more  
 391  static void dissect_probe(tvbuff_t * tvb, int offset, proto_tree * tree) {
 392    guint32 ifn;
 393   
 394    ifn = tvb_get_ntohl(tvb, offset);
 395   
 396    proto_tree_add_uint(tree, hf_ifn, tvb, offset, sizeof(ifn), ifn);
 397    offset += sizeof(guint32);
 398  }
Show more  




Change Warning 1984.31303 : Unused Value

Priority:
State:
Finding:
Owner:
Note: