mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Checkpoint after pass.
This commit is contained in:
parent
c0f05f57a7
commit
7458ebf385
35 changed files with 594 additions and 524 deletions
|
@ -243,7 +243,7 @@ void ICMP_Analyzer::Describe(ODesc* d) const
|
|||
d->Add(Conn()->LastTime());
|
||||
d->AddSP(")");
|
||||
|
||||
d->Add(string(Conn()->OrigAddr()).c_str());
|
||||
d->Add(Conn()->OrigAddr());
|
||||
d->Add(".");
|
||||
d->Add(type);
|
||||
d->Add(".");
|
||||
|
@ -252,7 +252,7 @@ void ICMP_Analyzer::Describe(ODesc* d) const
|
|||
d->SP();
|
||||
d->AddSP("->");
|
||||
|
||||
d->Add(string(Conn()->RespAddr()).c_str());
|
||||
d->Add(Conn()->RespAddr());
|
||||
}
|
||||
|
||||
void ICMP_Analyzer::UpdateConnVal(RecordVal *conn_val)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue