mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove non-standard way of forwarding out of the Ethernet analyzer
This commit is contained in:
parent
7e88a2b3fb
commit
c5b8603218
14 changed files with 48 additions and 102 deletions
|
@ -14,6 +14,5 @@ include(ZeekPlugin)
|
|||
zeek_plugin_begin(PacketDemo Bar)
|
||||
zeek_plugin_cc(src/Plugin.cc)
|
||||
zeek_plugin_cc(src/RawLayer.cc)
|
||||
zeek_plugin_cc(src/LLCDemo.cc)
|
||||
zeek_plugin_bif(src/events.bif)
|
||||
zeek_plugin_end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue