Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-dcerpc-browser.c:809

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

dissect_browser_TYPE_8

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-browser.c)expand/collapse
Show more  
 797  dissect_browser_TYPE_8(tvbuff_t *tvb, int offset,
 798                          packet_info *pinfo, proto_tree *tree,
 799                          guint8 *drep)
 800  {
 801          guint32 level;
 802   
 803          /* this is really the union switch arm */
 804          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 805[+]                 hf_browser_unknown_long, &level);
 806   
 807          ALIGN_TO_4_BYTES;
 808   
 809          switch(level){
Show more  




Change Warning 1991.34810 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: