From 37f5c2d4654580aa9d1195490d4a911b9b079acb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 26 Dec 2016 22:20:35 +0100 Subject: EDI: Handle RFU bits and add some sanity checks --- lib/edi/ETIDecoder.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/edi/ETIDecoder.hpp') diff --git a/lib/edi/ETIDecoder.hpp b/lib/edi/ETIDecoder.hpp index e0c7218..cec284f 100644 --- a/lib/edi/ETIDecoder.hpp +++ b/lib/edi/ETIDecoder.hpp @@ -68,6 +68,8 @@ class ETIDecoder { PFT::PFT m_pft; + uint16_t m_last_seq; + std::vector m_input_data; }; -- cgit v1.2.3