Text   |  XML   |  ReML   |   Visible Warnings:

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

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

dissect_browser_TYPE_2

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-browser.c)expand/collapse
Show more  
 191  dissect_browser_TYPE_2(tvbuff_t *tvb, int offset,
 192                          packet_info *pinfo, proto_tree *tree,
 193                          guint8 *drep)
 194  {
 195          guint32 level;
 196   
 197          /* this is really the union switch arm */
 198          offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
 199[+]                 hf_browser_unknown_long, &level);
 200   
 201          ALIGN_TO_4_BYTES;
 202   
 203          switch(level){
Show more  




Change Warning 1990.34809 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: