Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at proto.c:3665

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

proto_get_protocol_name

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)expand/collapse
Show more  
 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;
Show more  




Change Warning 1192.30496 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: