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_ositp_internal

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ositp.c)expand/collapse
Show more  
 1605  static gint dissect_ositp_internal(tvbuff_t *tvb, packet_info *pinfo,
 1606                    proto_tree *tree, gboolean uses_inactive_subset)
 1607  {
 1608    int offset = 0;
 1609    guint8 li, tpdu, cdt;
 1610    gboolean first_tpdu = TRUE;
 1611    int new_offset;
 1612    gboolean found_ositp = FALSE;
 1613    gboolean is_cltp = FALSE;
 1614    gboolean subdissector_found = FALSE;
 1615   
 1616[+][+]   if (!proto_is_protocol_enabled(find_protocol_by_id(proto_cotp)))
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 2873.34433 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: