----------------------------------------------------------------------- FWdoc_to_HTML V 10.4.29 2007- by Volker Tanger ----------------------------------------------------------------------- This creates a nice, crosslinked documentation of the firewall configuration. To cut out slack of unused objects it is recommended to use "FWdoc_unused_Objects" as filter. We use the LGPL'ed json-py library for reading JSON files, which is included in the .TAR.GZ archive http://sourceforge.net/projects/json-py/ ----------------------------------------------------------------------- Examples ----------------------------------------------------------------------- To create a cleaned-up firewall documentation without unused objects run fw1r70_to_fwdoc.pl --with_implicit_rules \ --merge_AI=_config/rulebases_5_0.fws \ --rules=_config/Standard.W \ --objects=_config/objects_5_0.C \ --verbose \ | fwdoc_used_objects.py \ | fwdoc_to_html.py \ > _Config.html ----------------------------------------------------------------------- Roadmap / Programming / Contributing ----------------------------------------------------------------------- Updates will be available at http://www.wyae.de/software/fwdoc/ Please check there for updates prior to submitting patches! There is a user/developer mailing list available. To subscribe send a mail with "subscribe fwtools" as subject to minimalist@wyae.de For bug reports and suggestions or if you just want to talk to me please contact me at volker.tanger@wyae.de or fwtools@wyae.de ----------------------------------------------------------------------- History ----------------------------------------------------------------------- April 2010 V10.4.29 * Volker Tanger - added more columns in access rules - interface support from/to - "name" - VPN-context (rules within VPNs) * Neil Burt - correct handling of empty NAT rules March 2009 v0.1 to v0.2 * Volker Tanger - changed according to format change in NAT rules - corrected handling of implicit NAT February 2007 * Volker Tanger - first running draft ----------------------------------------------------------------------- Shortcut: Distributable under GPL ----------------------------------------------------------------------- Copyright (C) 2007- Volker Tanger 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. or on their website http://www.gnu.org/copyleft/gpl.html -----------------------------------------------------------------------