.\" Process this file with .\" groff -man -Tascii foo.1 .\" .TH FIAIF-SCAN 8 "Feb 2003" Linux "Administration and Privileged Commands" .SH NAME fiaif-scan - print syslog entries in human readable form .SH SYNOPSIS .B fiaif-scan [ .B -n ] [ .B -m ] .SH DESCRIPTION .B fiaif-scan reads lines from STDIN and prints to STDOUT, in human readable form, any packets found (standard syslog format is assumed). Each log message is parsed based on the configuration files at the time fiaf-scan is run. The idea is to enable the user to quickly identify which zone rule is causing the packet to be logged, and how to change this, if necessary. .SH OPTIONS .TP .B -n Don\'t do a reverse lookup of IP addresses or ports; display them as numbers. This reduces the number of host lookups and speeds up scanning. .TP .B -m print the MAC address on each line. .SH EXAMPLE .IP fiaf-scan\ \-n\ \ .SH BUGS The program has been tested only with messages from the standard syslog. It may work on lines from ulogd, but this has not been tested. Bash may not be the fastest parser in the world. Expect this software to be slow. (40 lines per sec on a K6-II/300Mhz without name lookups). Please report other bugs to . .SH "SEE ALSO" .BR fiaif.conf (5), .BR zone.conf (5), .BR iptables (8), .BR syslog (3)