diff -r aa1b9684645a src/network/model/byte-tag-list.h --- a/src/network/model/byte-tag-list.h Tue Oct 04 02:09:49 2016 +0100 +++ b/src/network/model/byte-tag-list.h Tue Oct 04 14:47:09 2016 +0100 @@ -249,7 +249,7 @@ int32_t m_minStart; //!< minimal start offset int32_t m_maxEnd; //!< maximal end offset int32_t m_adjustment; //!< adjustment to byte tag offsets - uint16_t m_used; //!< the number of used bytes in the buffer + uint32_t m_used; //!< the number of used bytes in the buffer struct ByteTagListData *m_data; //!< the ByteTagListData structure };