mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add basic LLC, SNAP, and Novell 802.3 packet analyzers
This commit is contained in:
parent
31afe082ac
commit
7e88a2b3fb
30 changed files with 527 additions and 171 deletions
1
scripts/base/packet-protocols/llc/__load__.zeek
Normal file
1
scripts/base/packet-protocols/llc/__load__.zeek
Normal file
|
@ -0,0 +1 @@
|
|||
@load ./main
|
1
scripts/base/packet-protocols/llc/main.zeek
Normal file
1
scripts/base/packet-protocols/llc/main.zeek
Normal file
|
@ -0,0 +1 @@
|
|||
module PacketAnalyzer::LLC;
|
Loading…
Add table
Add a link
Reference in a new issue