mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
6 lines
186 B
Text
6 lines
186 B
Text
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.
|
|
}
|