diff --git a/src/packet.h b/src/packet.h index 544e9cc..0a46c71 100644 --- a/src/packet.h +++ b/src/packet.h @@ -76,7 +76,7 @@ struct buffer_packet { uint16_t aread; uint16_t awrite; struct timespec seen; - char ip[1500]; + char ip[6000]; }; struct udp_target {