Null Pointer Dereference at proto.c:5142 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
proto_registrar_dump_protocols (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)![]() | ||||||
![]() | ||||||
5132 | proto_registrar_dump_protocols(void) | |||||
5133 | { | |||||
5134 | protocol_t *protocol; | |||||
5135 | int i; | |||||
5136 | void * = NULL; | |||||
5137 | ||||||
5138 | [+] | for (i = proto_get_first_protocol(&); i != -1; | ||||
5139 | i = proto_get_next_protocol(& )) { | |||||
5140 | [+] | protocol = find_protocol_by_id(i); | ||||
5141 | printf("%s\t%s\t%s\n", protocol->name, protocol->short_name, | |||||
5142 | protocol->filter_name);
| |||||
![]() |