From 5e021f7d3c06e121aa716f9f72c828f4f03a89be Mon Sep 17 00:00:00 2001 From: Vlad Grigorescu Date: Thu, 15 Jul 2021 13:03:38 -0500 Subject: [PATCH] Add a TODO to return a correct status for ParseRR_WKS --- src/analyzer/protocol/dns/DNS.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/analyzer/protocol/dns/DNS.cc b/src/analyzer/protocol/dns/DNS.cc index a33acfc2b1..a9ca599939 100644 --- a/src/analyzer/protocol/dns/DNS.cc +++ b/src/analyzer/protocol/dns/DNS.cc @@ -1658,6 +1658,7 @@ bool DNS_Interpreter::ParseRR_WKS(detail::DNS_MsgInfo* msg, msg->BuildAnswerVal() ); + // TODO: Return a status which reflects if the port parameters were successfully parsed return true; }