mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Remove Tunnel::decapsulate_ip option.
Setting Tunnel::max_depth to zero effectively disables tunnel decapsulation.
This commit is contained in:
parent
4d86f38be0
commit
bd01525a86
4 changed files with 2 additions and 12 deletions
|
@ -16,7 +16,7 @@ public:
|
|||
{ return new AYIYA_Analyzer(conn); }
|
||||
|
||||
static bool Available()
|
||||
{ return BifConst::Tunnel::decapsulate_ip; }
|
||||
{ return BifConst::Tunnel::max_depth > 0; }
|
||||
|
||||
protected:
|
||||
friend class AnalyzerTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue