mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
5 lines
128 B
Text
5 lines
128 B
Text
module PacketAnalyzer::IPTUNNEL;
|
|
|
|
export {
|
|
const default_analyzer: PacketAnalyzer::Tag = PacketAnalyzer::ANALYZER_IP &redef;
|
|
}
|