mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Set flag for libpcap without DLT_LINUX_SLL2
Requires
6fd82a7e1d
Submodule edited until that can be merged.
This commit is contained in:
parent
bfcc457093
commit
e9eed20169
2 changed files with 3 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -12,7 +12,7 @@
|
||||||
url = https://github.com/zeek/btest
|
url = https://github.com/zeek/btest
|
||||||
[submodule "cmake"]
|
[submodule "cmake"]
|
||||||
path = cmake
|
path = cmake
|
||||||
url = https://github.com/zeek/cmake
|
url = https://github.com/simeonmiteff/zeek-cmake
|
||||||
[submodule "src/3rdparty"]
|
[submodule "src/3rdparty"]
|
||||||
path = src/3rdparty
|
path = src/3rdparty
|
||||||
url = https://github.com/zeek/zeek-3rdparty
|
url = https://github.com/zeek/zeek-3rdparty
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
pcap_compile_nopcap */
|
pcap_compile_nopcap */
|
||||||
#cmakedefine DONT_HAVE_LIBPCAP_PCAP_FREECODE
|
#cmakedefine DONT_HAVE_LIBPCAP_PCAP_FREECODE
|
||||||
|
|
||||||
|
#cmakedefine DONT_HAVE_LIBPCAP_DLT_LINUX_SLL2
|
||||||
|
|
||||||
/* should explicitly declare socket() and friends */
|
/* should explicitly declare socket() and friends */
|
||||||
#cmakedefine DO_SOCK_DECL
|
#cmakedefine DO_SOCK_DECL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue