Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at proto.c:3743

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

proto_set_cant_toggle

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/proto.c)expand/collapse
Show more  
 3738  proto_set_cant_toggle(int proto_id)
 3739  {
 3740          protocol_t *protocol;
 3741   
 3742[+]         protocol = find_protocol_by_id(proto_id);
 3743          protocol->can_toggle = FALSE;
Show more  




Change Warning 1929.30485 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: