diff --git a/tcp.c b/tcp.c index 7561460..a7b9dbc 100644 --- a/tcp.c +++ b/tcp.c @@ -866,7 +866,7 @@ static uint32_t tcp_seq_init(struct ctx *c, int af, void *addr, } __attribute__((__packed__)) in = { .src = *(struct in_addr *)addr, .srcport = srcport, - .dst = *(struct in_addr *)c->addr4, + .dst = { c->addr4 }, .dstport = dstport, };