]> The Tcpdump Group git mirrors - libpcap/commit
Fix more code not to rely on void * + integral value working.
authorGuy Harris <[email protected]>
Thu, 17 Oct 2019 07:15:10 +0000 (00:15 -0700)
committerGuy Harris <[email protected]>
Thu, 17 Oct 2019 07:15:10 +0000 (00:15 -0700)
commitcf8baed429dfdca67b0f57e7f6ddfeea0987667d
treec6e0e398afd8d9e1ea6029ec68d0a63fdf059896
parent0b34f8b7d40b3d1f26e1017723763af77b7138b6
Fix more code not to rely on void * + integral value working.

Have the "raw" pointer in union thdr be a u_char pointer, have
RING_GET_FRAME_AT() return a u_char pointer, and have the pointer
variable used when setting up the pointer array be a u_char pointer.
pcap-linux.c