# Customized settings for p0f

# Define interface for p0f
P0F_INTERFACE=

# Set to "yes" not display unknown signatures
P0F_UNKNOWN_SIGNATURES="no"

# Set to "yes" not display known signatures
P0F_KNOWN_SIGNATURES="no"

# Set to "yes" to activate masquerade detection
P0F_MASQUERADE_DETECT="no"

# This is a filter using the BSD Packet Filter syntax, used
# by libpcap and tcpdump. It is described in tcpdump(8).
# You can add rules in order to restrict monitored traffic.
#
# The init script will add a filter to exclude packet coming
# from the local host, based on the ip adress.
#
BPF_FILTER=

# Put here the extra option you want to add to the commandline.
# See p0f(1) for details. " -o $LOG_FILE" is added.
#
OPTIONS=
