Null Pointer Dereference at proto.c:3698 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_igap (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-igap.c)![]() | |||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||
132 | dissect_igap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int offset) | ||||||||||||||||||||||||||||||||||||||
133 | { | ||||||||||||||||||||||||||||||||||||||
134 | proto_tree *tree; | ||||||||||||||||||||||||||||||||||||||
135 | proto_item *item; | ||||||||||||||||||||||||||||||||||||||
136 | guint8 type, tsecs, subtype, asize, msize; | ||||||||||||||||||||||||||||||||||||||
137 | guchar account[ACCOUNT_SIZE+1], [MESSAGE_SIZE+1]; | ||||||||||||||||||||||||||||||||||||||
138 | |||||||||||||||||||||||||||||||||||||||
139 | [+][+] | if (!proto_is_protocol_enabled(find_protocol_by_id(proto_igap))) { | |||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||
![]() |