2014-02-06: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * Version 0.3

2013-12-19: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * DatabaseManager.h
 * DatabaseManager.m
   add method to retrieve destinct URLs from a given client on a
   given host
 * Resources/impersonator.css
   reformatting and other minor nits
 * WebServerHandler.m
   add tooltips to table cells, and only show distinct URLs
   on hosts accessed by a client

2013-12-19: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * WebServerHandler.m
   More work on style
 * Resources/impersonator.css
   fade in and out hovering over table rows and theaders with links
2013-12-18: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * WebServerHandler.m
   make more use of the new CSS
 * Resources/impersonator.css
   only hover over table headers which have links
2013-12-17: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * Payload.m
   fix baseDomain handling when host is only domain.tld
 * DatabaseManager.m
 * WebServerHandler.m
   make the columns of the maintables sortable
 * Resources/impersonator.css
   the begin of a much nicer CSS

2013-12-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * DatabaseManager.m
 * WebServerHandler.m
   make the tables sortable based on client/server/nr of records and
   timestamp, still need to sort out how to do ASC/DESC sorting

2013-12-06: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * DatabaseManager.m

2013-12-06: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * GNUmakefile
 * WebserverHandler.m
 * Resources/sorttable.js removed  
 * do not use javascript to sort tables
 * DatabaseManager.h
 * DatabaseManager.m
 add some ivars and methods to set the sort order and sort table
 * WebServerHandler.m
 add setting the sortorder and sorttable

2013-12-05: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * GNUmakefile
 * Resources/jquery.js removed
 * Resources/sortable.js removed
 * Resources/sorttable.js added
 * WebServerHandler.m
   use sorttable.js to allow table sorting, and use css file
   instead of generating it in code
2013-12-05: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * GNUmakefile
 * Resources/impersonator.css
 * Resources/jquery.css
 * Resources/sortable.css
 Add Resources, and allow to install them
2013-11-21: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * DatabaseManager.h
 * DatabaseManager.m
 * WebServerHandler.m
 revamp the proxy web interface, make it possible to search for
 target hosts or clients, add some CSS to make it look nicer,
 show the number of clients per server, and vice versa, rework
 the handling of the page generation requests

2013-10-22: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * ConnectionManager.m
 * Connection.m
 * DataLink.m
 * Payload.m
 * SnifferController.m
 * main.m
 Fix some problems reported by clang static analyzer


2013-08-23: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * WebServerHandler.m remove some NSLog statements
 * WebServerHandler.m make the delete action get back to the
   page where it was triggered

2013-08-23: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * LinkLayer.m make the sniffer IPv6 aware
 * Payload.m when searching for the domain, take potential IPv6 
   addresses into account which don't contain a dot

2013-08-20: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * SnifferController.m
   don't retain srcIP and dstIP, and add some comments about
   abort on exit due to double free

2013-08-17: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * main.m fix startup
 * main.m add debug parameters to help output

2013-08-03: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
 * main.m add usage() function, minor cleanup
 * SnifferController.m line wraps
 * Payload.m fix potential exception
 * Added ChangeLog
 * WebServerHandler.m: fix some format strings
 * SnifferController.[h|m]
   add methods to list link layer types, and to create and activate handle
 * main.m
   allow listing of available link layer types for a device
