Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-fldb.c:519

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

dissect_afsflags

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fldb.c)expand/collapse
Show more  
 501  dissect_afsflags (tvbuff_t * tvb, int offset,
 502                    packet_info * pinfo, proto_tree * parent_tree,
 503                    guint8 * drep)
 504  {
 505    proto_item *item = NULL;
 506    proto_tree *tree = NULL;
 507    int old_offset = offset;
 508    guint32 afsflags;
 509   
 510    if (parent_tree)
 511      {
 512        item = proto_tree_add_text (parent_tree, tvb, offset, -1, "afsFlags:");
 513        tree = proto_item_add_subtree (item, ett_fldb_afsflags);
 514      }
 515   
 516    offset =
 517      dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,
 518[+]                         hf_fldb_afsflags_flags, &afsflags);
 519    if (afsflags)
Show more  




Change Warning 2020.33838 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: