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_smb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-smb-pipe.c)expand/collapse
Show more  
 3518  dissect_pipe_smb(tvbuff_t *sp_tvb, tvbuff_t *s_tvb, tvbuff_t *pd_tvb,
 3519                   tvbuff_t *p_tvb, tvbuff_t *d_tvb, const char *pipe,
 3520                   packet_info *pinfo, proto_tree *tree)
 3521  {
 3522          smb_info_t *smb_info;
 3523          smb_transact_info_t *tri;
 3524          guint sp_len;
 3525          proto_item *pipe_item = NULL;
 3526          proto_tree *pipe_tree = NULL;
 3527          int offset;
 3528          int trans_subcmd=0;
 3529          int function;
 3530          int fid = -1;
 3531          guint16 info_level;
 3532   
 3533[+][+]         if (!proto_is_protocol_enabled(find_protocol_by_id(proto_smb_pipe)))
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 2960.34818 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: