mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Rename DefaultAnalyzer to IP.
This commit is contained in:
parent
24babf096e
commit
d5ca0f9da5
18 changed files with 99 additions and 109 deletions
|
@ -6,5 +6,5 @@ export {
|
|||
}
|
||||
|
||||
redef PacketAnalyzer::config_map += {
|
||||
PacketAnalyzer::ConfigEntry($parent=PacketAnalyzer::ANALYZER_SKIP, $analyzer=PacketAnalyzer::ANALYZER_DEFAULTANALYZER)
|
||||
PacketAnalyzer::ConfigEntry($parent=PacketAnalyzer::ANALYZER_SKIP, $analyzer=PacketAnalyzer::ANALYZER_IP)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue