Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-nt.c:1439

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

dissect_ndr_nt_acct_ctrl

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-nt.c)expand/collapse
Show more  
 1427  dissect_ndr_nt_acct_ctrl(tvbuff_t *tvb, int offset, packet_info *pinfo,
 1428                          proto_tree *parent_tree, guint8 *drep)
 1429  {
 1430          guint32 mask;
 1431          proto_item *item = NULL;
 1432          proto_tree *tree = NULL;
 1433   
 1434          offset=dissect_ndr_uint32(tvb, offset, pinfo, NULL, drep,
 1435[+]                         hf_nt_acct_ctrl, &mask);
 1436   
 1437          if(parent_tree){
 1438                  item = proto_tree_add_uint(parent_tree, hf_nt_acct_ctrl,
 1439                          tvb, offset-4, 4, mask);
Show more  




Change Warning 2049.33975 : Uninitialized Variable

Because they are very similar, this warning shares annotations with warning 2049.33976.

Priority:
State:
Finding:
Owner:
Note: