mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Use the same rules as cmake submodule to reformat Zeek
This commit is contained in:
parent
fd72d81bad
commit
84e3f414a7
125 changed files with 1423 additions and 1670 deletions
|
@ -1,12 +1,11 @@
|
|||
zeek_add_subdir_library(
|
||||
iosource
|
||||
SOURCES
|
||||
BPF_Program.cc
|
||||
Component.cc
|
||||
Manager.cc
|
||||
Packet.cc
|
||||
PktDumper.cc
|
||||
PktSrc.cc
|
||||
)
|
||||
BPF_Program.cc
|
||||
Component.cc
|
||||
Manager.cc
|
||||
Packet.cc
|
||||
PktDumper.cc
|
||||
PktSrc.cc)
|
||||
|
||||
add_subdirectory(pcap)
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
zeek_add_plugin(
|
||||
Zeek
|
||||
Pcap
|
||||
SOURCES
|
||||
Source.cc
|
||||
Dumper.cc
|
||||
Plugin.cc
|
||||
)
|
||||
zeek_add_plugin(Zeek Pcap SOURCES Source.cc Dumper.cc Plugin.cc)
|
||||
|
||||
# Treat BIFs as builtin (alternative mode).
|
||||
bif_target(pcap.bif)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue