GENERAL:
This program runs in console mode (a DOS window). It demonstrates
the use of the AVDS Network Library (AVDSNetwork.lib) to receive
aircraft packets from the local network. 

BUiLDING:
This program was built using Microsoft Visual C++. The file 
"PacketSnooper.dsw" is the MS Visual Studio workspace. A 
separate makefile was generated, "PacketSnooper.mak". The
AVDS Network Library was built using Microsoft Foundation
Class (MFC) in a DLL, therefore this program links to MFC
as a DLL.

OPERATION:
To run the PacketSnooper, change to the "AVDS\network\bin"
directory and double click the icon. The program will operate 
for 100 seconds. During that time if an AVDS packet is received
PacketSnooper will print the follow data to the screen:

hostid craftid pos_X pos_Y pos_Z

where:

hostid - the host ID number contained in the packet

craftid - the craft ID number contained in the packet

pos_X, pos_Y, pos_Z - the X, Y and Z positions  contained in the packet

Note: One can redirect the printouts from the screen to a file by opening
a DOS window, changing to the "AVDS\network\bin" directory and typing the command:

	"PacketSnooper" > Filename.txt		(remember to use the quotes "")

	or

	packet~1.exe > Filename.txt
