Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-wkssvc.c:3828

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

wkssvc_dissect_NetWkstaInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-wkssvc.c)expand/collapse
Show more  
 3812  wkssvc_dissect_NetWkstaInfo(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
 3813  {
 3814          proto_item *item = NULL;
 3815          proto_tree *tree = NULL;
 3816          int old_offset;
 3817          guint32 level;
 3818   
 3819          old_offset = offset;
 3820          if (parent_tree) {
 3821                  item = proto_tree_add_text(parent_tree, tvb, offset, -1, "wkssvc_NetWkstaInfo");
 3822                  tree = proto_item_add_subtree(item, ett_wkssvc_wkssvc_NetWkstaInfo);
 3823          }
 3824   
 3825[+]         offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_index, &level);
 3826          ALIGN_TO_4_BYTES;
 3827   
 3828          switch(level) {
Show more  




Change Warning 3348.34930 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: