mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Fixing reporter's weird flow method.
This commit is contained in:
parent
5113b100d9
commit
f83650f14a
3 changed files with 5 additions and 5 deletions
|
@ -1276,7 +1276,7 @@ void NetSessions::Weird(const char* name,
|
|||
|
||||
void NetSessions::Weird(const char* name, const IP_Hdr* ip)
|
||||
{
|
||||
reporter->Weird(ip->SrcAddr4(), ip->DstAddr4(), name);
|
||||
reporter->Weird(ip->SrcAddr(), ip->DstAddr(), name);
|
||||
}
|
||||
|
||||
unsigned int NetSessions::ConnectionMemoryUsage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue