Null Pointer Dereference at proto.c:3716 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
proto_set_decoding (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)![]() | ||||||
![]() | ||||||
3711 | proto_set_decoding(int proto_id, gboolean enabled) | |||||
3712 | { | |||||
3713 | protocol_t *protocol; | |||||
3714 | ||||||
3715 | [+] | protocol = find_protocol_by_id(proto_id); | ||||
3716 | DISSECTOR_ASSERT(protocol->can_toggle);
| |||||
![]() |