# Configuration file for printer info
# 
# Comment lines are starting with #
#
# Format:
# Keyword: Parameter
#
# Keywords are case sensitive
#
# Network: enables handling of printer shared aross the
# network. As Paramter you need to specify the IP of the
# network from which you want to obtain requests
# If Network: is not given or the IP 0.0.0.0 is given
# then there will be no network activity and all
# other network related parameters are meaningless
#
# Network: 255.255.255.255
#
# Netmask: followed by 4 number IP-address is allowing
# you to mask the IP-Addresses where you are obtaining requests from.
# This allows you to exclude unwanted requests from internet.
# The value is ANDed with the IP of the requester and with
# the IP given inside network. Both operations must give the same
# result if a request shall be accepted.
#
# Netmask: 0.0.0.0
#
# Port allows determination of the network port
# which is used for sending and receiving to handle
# network requests
# Port: 0, Port: or Port not given selects the default port 9152
#
# Port: 9152
#
# NetworkTraceFile: followed by the Path with file name will generate a trace
# file which logs all network activities of PrtInfo. If NetworkTraceFile
# is not given or invalid file name is given then no trace file will be
# generated. Usually you are not needing this feature as a normal user.
#
# NetworkTraceFile: <Wimp$ScrapDir>.PrtInfo.NetworkTrace
