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; }