mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Finishing tunnel decapsulation support in C++ core.
Policy script is next.
This commit is contained in:
parent
8910cd2dca
commit
5ed3ec2f38
3 changed files with 16 additions and 5 deletions
|
@ -135,7 +135,6 @@ NetSessions::NetSessions()
|
|||
tunnel_handler = new TunnelHandler(this);
|
||||
else
|
||||
tunnel_handler = 0;
|
||||
printf("tunnel_handler: %p\n", tunnel_handler);
|
||||
}
|
||||
|
||||
NetSessions::~NetSessions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue