Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at proto.c:3698

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

dissect_pipe_lanman

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb-pipe.c)expand/collapse
Show more  
 2620  dissect_pipe_lanman(tvbuff_t *pd_tvb, tvbuff_t *p_tvb, tvbuff_t *d_tvb,
 2621                      packet_info *pinfo, proto_tree *parent_tree)
 2622  {
 2623          smb_info_t *smb_info = pinfo->private_data;
 2624          smb_transact_info_t *trp = NULL;
 2625          int offset = 0, start_offset;
 2626          guint16 cmd;
 2627          guint16 status;
 2628          int convert;
 2629          const struct lanman_desc *lanman;
 2630          proto_item *item = NULL;
 2631          proto_tree *tree = NULL;
 2632          guint descriptor_len;
 2633          const gchar *param_descrip, *data_descrip, *aux_data_descrip = NULL;
 2634          gboolean has_data;
 2635          gboolean has_ent_count;
 2636          guint16 ent_count = 0, aux_count;
 2637          guint i;
 2638          proto_item *data_item;
 2639          proto_tree *data_tree;
 2640   
 2641          if (smb_info->sip->extra_info_type == SMB_EI_TRI)
 2642                  trp = smb_info->sip->extra_info;
 2643   
 2644[+][+]         if (!proto_is_protocol_enabled(find_protocol_by_id(proto_smb_lanman)))
expand/collapse

proto_is_protocol_enabled

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)expand/collapse
Show more  
 3696  proto_is_protocol_enabled(protocol_t *protocol)
 3697  {
 3698          return protocol->is_enabled;
Show more  
Show more  




Change Warning 2958.34393 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: