This show is really whupping the horse's ass

This commit is contained in:
XANTRONIX Development 2019-02-01 16:44:32 -06:00
parent f6fe91bb10
commit f4e11dd5d2

View file

@ -106,11 +106,9 @@ static ssize_t handle_block_packet(hexagram_pcapng_stream *stream,
size_t len,
struct pcapinfo *data) {
hexagram_pcapng_packet header;
struct can_frame frame;
uint8_t body[65535];
ssize_t readlen,
wrlen,
total = 0;
size_t remaining = len;