Null Pointer Dereference at proto.c:3707 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
proto_can_toggle_protocol (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)![]() | ||||||
![]() | ||||||
3702 | proto_can_toggle_protocol(int proto_id) | |||||
3703 | { | |||||
3704 | protocol_t *protocol; | |||||
3705 | ||||||
3706 | [+] | protocol = find_protocol_by_id(proto_id); | ||||
3707 | return protocol->can_toggle;
| |||||
![]() |