mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Improve naming in packet analysis.
This commit is contained in:
parent
6365fa6d80
commit
4aeab7402d
29 changed files with 33 additions and 33 deletions
|
@ -3,6 +3,6 @@ include(ZeekPlugin)
|
|||
|
||||
include_directories(BEFORE $ {CMAKE_CURRENT_SOURCE_DIR} $ {CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
zeek_plugin_begin(LLAnalyzer ARP)
|
||||
zeek_plugin_begin(PacketAnalyzer ARP)
|
||||
zeek_plugin_cc(ARP.cc Plugin.cc)
|
||||
zeek_plugin_end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue