C Programs
----------
ipaudit   - The featured attraction.  Read a network interface and
            summarizes traffic found.  See 'man ipaudit' or 'ipaudit'.
          
total     - Hand database-like tool.  Reads text file of columnar
            data and sums, averages, etc data in selected columns
            and prints results keyed by other selected columns.
            See 'man total' or 'total'.

ipstrings - Modeled on 'strings' UNIX utility, but reads strings
            from network interface or pcap dump file.  See
            'man ipstrings' or 'ipstrings'.

Perl Scripts
------------
dnslist - Resolves DNS names for all IP addresses in a text file.
          It copies each line of text from standard input to standard
          output and appends the DNS names to the end of each line.
          Unresolvable names are printed as '-'.

          See command 'dnslist -h' for help.

ipf     - Convert IP address from padded format such as
            010.010.001.127 
          to standard format
            10.10.1.127

          See command 'ipf -h' for help.
          
icf     - Copies a text file from standard input to standard output
          inserting comma in all numeric fields.

          See command 'icf -h' for help
