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_rgmp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-rgmp.c)expand/collapse
Show more  
 64  dissect_rgmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset)
 65  {
 66      proto_tree *tree;
 67      proto_item *item;
 68      guint8 type;
 69   
 70[+][+]     if (!proto_is_protocol_enabled(find_protocol_by_id(proto_rgmp))) {
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 2669.32220 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: