
'logview' is a tool to view sf firewall log files. logview resolves IP
addresses and can limit the amount of information displayed.

Installation
------------
make ; make install

Syntax
------

logview [-tbcqTUI] [-f firewall_log_file]
 
  default flags: -TUI -f /var/log/firewall

  -t   TAIL         show only last screenful of data
  -c   CONTINUOUS   continuous display (like tail -f)
  -q   QUIET        don't display IP addresses while resolving
  -b   BLOCK        show blocked packets only
  -T   TCP          display TCP log entries
  -U   UDP                  UDP
  -I   ICMP                 ICMP

 ----------------------------------------------------------------------
  sf Firewall Software -- a TCP/IP packet filter for Linux
  Copyright (C) 1996 Robert Muchsel and Roland Schmid
 
  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., 675 Mass Ave, Cambridge, MA 02139, USA.
 
  Please address all correspondence concerning the software to 
  firewall-bugs@switch.ch.
 ----------------------------------------------------------------------
