diff --git a/common/include/packet.h b/common/include/packet.h index ce9c463..1fa0337 100644 --- a/common/include/packet.h +++ b/common/include/packet.h @@ -65,7 +65,7 @@ struct layer_record uint16_t pld_len; // payload length }; -#define PACKET_MAX_LAYERS 16 +#define PACKET_MAX_LAYERS 32 struct packet { struct layer_record layers[PACKET_MAX_LAYERS];