Null Pointer Dereference at proto.c:3665 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
proto_get_protocol_name (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)![]() | ||||||
![]() | ||||||
3659 | const char * | |||||
3660 | proto_get_protocol_name(int proto_id) | |||||
3661 | { | |||||
3662 | protocol_t *protocol; | |||||
3663 | ||||||
3664 | [+] | protocol = find_protocol_by_id(proto_id); | ||||
3665 | return protocol->name;
| |||||
![]() |