To COMPILE
 type gcc -o ../Watch watch.c find.c connect.c at the prompt

To USE:

Watch is of the format

Watch interface IPsrc IPdst PORTsrc PORTdst

In the List README, an example output was given:

Up and running. Collect them NFO'Z
0: src:1.2.3.4 57 dst:4.56.2.3 23
1: src:4.56.2.3 23 dst:1.2.3.4 57
Found 2 unique connections.

In order to view one of these you should type (assuming eth0 is interface)

Watch eth0 1 2 3 4 4 56 2 3 57 23

PLEASE NOTE: that there are no dots(periods) between the address numbers.

Also remember, you must be root to run this.

Version 1.1

Corrected unique connection display.  Wasn't correctly checking
if it was looking at the right connection.
