mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Checkpoint after pass.
This commit is contained in:
parent
c0f05f57a7
commit
7458ebf385
35 changed files with 594 additions and 524 deletions
|
@ -139,6 +139,7 @@ bool is_mapped_dce_rpc_endpoint(const ConnID* id, TransportProto proto)
|
|||
{
|
||||
if ( id->dst_addr.family() == IPAddr::IPv6 )
|
||||
return false;
|
||||
|
||||
dce_rpc_endpoint_addr addr;
|
||||
addr.addr = id->dst_addr;
|
||||
addr.port = ntohs(id->dst_port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue