Null Pointer Dereference at proto.c:3698 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_ositp_internal (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ositp.c)![]() | |||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||
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))) | |||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||
![]() |