Null Pointer Dereference at packet-vnc.c:2311 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
vnc_get_bytes_per_pixel (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-vnc.c)![]() | ||||||
![]() | ||||||
2304 | vnc_get_bytes_per_pixel(packet_info *pinfo) | |||||
2305 | { | |||||
2306 | vnc_packet_t *per_packet_info; | |||||
2307 | ||||||
2308 | /* The per_packet_info has already been created by the | |||||
2309 | * routine. */ () | |||||
2310 | [+] | per_packet_info = p_get_proto_data(pinfo->fd, proto_vnc); | ||||
2311 | return per_packet_info->bytes_per_pixel;
| |||||
![]() |