Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_afsnetaddr

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-fldb.c)expand/collapse
Show more  
 238  dissect_afsnetaddr (tvbuff_t * tvb, int offset,
 239                      packet_info * pinfo, proto_tree * parent_tree,
 240                      guint8 * drep)
 241  {
 242    proto_item *item = NULL;
 243    proto_tree *tree = NULL;
 244    int old_offset = offset;
 245    guint16 type;
 246    guint8 data;
 247    int i;
 248   
 249    if (parent_tree)
 250      {
 251        item = proto_tree_add_text (parent_tree, tvb, offset, -1,
 252                                    "afsNetAddr:");
 253        tree = proto_item_add_subtree (item, ett_fldb_afsnetaddr);
 254      }
 255   
 256  /*                 unsigned16 type;
 257                     unsigned8 data[14];
 258  */
 259   
 260    offset =
 261      dissect_ndr_uint16 (tvb, offset, pinfo, tree, drep,
 262[+]                         hf_fldb_afsnetaddr_type, &type);
 263   
 264    if (type)
Show more  




Change Warning 2016.33837 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: