<<

NAME

pf::os - module for DHCP fingerprints management.

DESCRIPTION

pf::os contains the functions necessary to read the DHCP fingerprints from the fingerprint flat file and load them into the database.

CONFIGURATION AND ENVIRONMENT

Read the dhcp_fingerprints.conf configuration file.

SUBROUTINES

This list is incomplete.

dhcp_fingerprint_view_all

view all nodes based on several criterias

import_dhcp_fingerprints

Import all DHCP fingerprints if we currently don't have any in the table. Options:

  force => $TRUE: will trigger the import anyway
_class_member_in_range

Handles the dhcp_fingerprints.conf members=... field. If a given OS is in a member range returns true otherwise false.

AUTHOR

Inverse inc. <info@inverse.ca>

Minor parts of this file may have been contributed. See CREDITS.

COPYRIGHT

Copyright (C) 2005-2015 Inverse inc.

Copyright (C) 2005 Kevin Amorin

Copyright (C) 2005 David LaPorte

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<<