mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
add units (100ms) to comments
This commit is contained in:
parent
1d2b531062
commit
7dcf974daf
3 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue