Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-per.c:507

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

dissect_per_GeneralString

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-per.c)expand/collapse
Show more  
 501  dissect_per_GeneralString(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index)
 502  {
 503          guint32 length;
 504   
 505[+]         offset=dissect_per_length_determinant(tvb, offset, actx, tree, hf_per_GeneralString_length, &length);
 506   
 507          proto_tree_add_item(tree, hf_index, tvb, offset>>3, length, FALSE);
Show more  




Change Warning 2877.32216 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: