mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +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
6
scripts/base/packet-protocols/novell_802_3/main.zeek
Normal file
6
scripts/base/packet-protocols/novell_802_3/main.zeek
Normal file
|
@ -0,0 +1,6 @@
|
|||
module PacketAnalyzer::NOVELL_802_3;
|
||||
|
||||
export {
|
||||
# The Novell 802.3 protocol should expect an IPX analyzer here. Since
|
||||
# one doesn't exist yet, the default analyzer is left undefined.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue