                                          Sniff v2.3
                                 (tcpdump formatting wrapper)
                                       --------------

Copyright 2004 Dumb Terminal Creations <enquiries@thedumbterminal.co.uk>
This program is free software; you may redistribute it in it's original format.

DISCLAIMER OF WARRANTY
THIS SOFTWARE AND THE ACCOMPANYING FILES ARE SOLD "AS IS" AND WITHOUT WARRANTIES
AS TO PERFORMANCE OR MERCHANTABILITYOR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.

Please view the file "sniff.html" for features or visit http://www.thedumbterminal.co.uk


INSTALLATION
1)Extract the contents of the "sniff-x.tar.gz" compressed file to a directory.
2)Make the "sniff" file executable.
3)Change to a user with suitable rights to execute the tcpdump program (possibly root).


HELP
Run ./sniff -h for command line options.
sniff options should be placed before the double dash (--) and tcpdump
options should be placed after


For example to log to a csv file use the following options:
./sniff -e\" -n, -s -t0 -c > /tmp/dump.csv

To capture all incoming FTP packets on eth1 without using colour:
./sniff -c -- -i eth1 tcp port 21


Type "man tcpdump" for help on parameters to use for tcpdump options.


BUGS
Any bugs found please report to enquiries@thedumbterminal.co.uk.
