Null Pointer Dereference at proto.c:3698 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_pimv1 (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-pim.c)![]() | |||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||
97 | dissect_pimv1(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, | ||||||||||||||||||||||||||||||||||||||
98 | int offset) { | ||||||||||||||||||||||||||||||||||||||
99 | guint8 pim_type; | ||||||||||||||||||||||||||||||||||||||
100 | guint8 pim_ver; | ||||||||||||||||||||||||||||||||||||||
101 | guint length, pim_length; | ||||||||||||||||||||||||||||||||||||||
102 | guint16 pim_cksum, computed_cksum; | ||||||||||||||||||||||||||||||||||||||
103 | vec_t cksum_vec[1]; | ||||||||||||||||||||||||||||||||||||||
104 | proto_tree *pim_tree = NULL; | ||||||||||||||||||||||||||||||||||||||
105 | proto_item *ti; | ||||||||||||||||||||||||||||||||||||||
106 | proto_tree *pimopt_tree = NULL; | ||||||||||||||||||||||||||||||||||||||
107 | proto_item *tiopt; | ||||||||||||||||||||||||||||||||||||||
108 | |||||||||||||||||||||||||||||||||||||||
109 | [+][+] | if (!proto_is_protocol_enabled(find_protocol_by_id(proto_pim))) { | |||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||
![]() |