Airodump CSV Tools v0.2
by Christopher Bolduc

Description:
This is a program I wrote to merge multiple CSV files output by airodump-ng in a useful way.

Features:
-Merges the CSV files into one CSV file, html file, or text file, keeping the APs and Stations together.
-Has options to only show APs and Stations that are new or old in the last file you import.
-Optional text output for cron, etc.
-Adds manufacturer info (OUI) to APs and end devices, and the ESSID (if applicable) to end devices, in text/html output modes.

Usage: ./csvtools [options] file1 [file2] [file3]...[-l] [file n]
-a only show APs
-e only show end devices
-c specifies a csv file to output to
-t specifies a text file to output to
-to prints text to stdout (cannot be used with -t)
-h specifies a html file to output to
-l specifies the last file (must be the last file specified)
-n only shows APs and Stations that are new in the last file
-o only shows APs and Stations that are not new in the last file

Installation:
1. Compile using gcc: gcc csvtools.c -o csvtools
2. Move airomerge to /usr/bin or /usr/local/bin (or symlink it there)

Warranty:
This program is provided as-is without warranty.  Use it at your own risk.
