87e021e6e3
This is needed to use the nflog interface with tcpdump Signed-off-by: Martin Schiller <mschiller@tdt.de>
18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_libpcap
|
|
|
|
config PCAP_HAS_USB
|
|
bool "Include USB support"
|
|
default n
|
|
|
|
config PCAP_HAS_BT
|
|
bool "Include bluetooth support"
|
|
depends on BROKEN
|
|
default n
|
|
|
|
config PCAP_HAS_NETFILTER
|
|
bool "Include netfilter support"
|
|
default n
|
|
|
|
endmenu
|