diff --git a/src/decoder.rs b/src/decoder.rs index cba5654..80e4755 100644 --- a/src/decoder.rs +++ b/src/decoder.rs @@ -182,7 +182,7 @@ impl Decoder { (Ip, Constants::END) => { self.state = Idle; handler.end_frame(None); - return Ok(DecodeStatus::FrameCompleteConfiguration); + return Ok(DecodeStatus::FrameCompleteIp); } (Ip, _) => { handler.write_byte(byte);