add units (100ms) to comments

This commit is contained in:
FlyingWithJerome 2020-08-15 08:54:12 -04:00
parent 1d2b531062
commit 7dcf974daf
3 changed files with 2 additions and 3 deletions

View file

@ -253,7 +253,6 @@ bool DNS_Interpreter::ParseAnswer(DNS_MsgInfo* msg,
bool status;
switch ( msg->atype ) {
case TYPE_A:
// analyzer->Weird("parsing_A_record");
status = ParseRR_A(msg, data, len, rdlength);
break;