mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move IP and IP tunnel code from Sessions into packet analyzers
This commit is contained in:
parent
69da2d7b1d
commit
1cf251d1ca
53 changed files with 1226 additions and 907 deletions
1
scripts/base/packet-protocols/gre/__load__.zeek
Normal file
1
scripts/base/packet-protocols/gre/__load__.zeek
Normal file
|
@ -0,0 +1 @@
|
|||
@load ./main
|
5
scripts/base/packet-protocols/gre/main.zeek
Normal file
5
scripts/base/packet-protocols/gre/main.zeek
Normal file
|
@ -0,0 +1,5 @@
|
|||
module PacketAnalyzer::GRE;
|
||||
|
||||
export {
|
||||
const default_analyzer: PacketAnalyzer::Tag = PacketAnalyzer::ANALYZER_IPTUNNEL &redef;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue