This tool displays BNCS traffic in realtime as it passes over your 
network interface. Some of the more common and/or important packets 
are processed and their contents displayed. Some possible uses:

- Running a trace in the background to monitor all BNCS traffic 
  on your computer or network,
- Diagnosing problems during developments of BNCS clients,
- Analysing out the sequence in which packets are sent & recieved 
  during logons and other mechanisms,
- Checking the contents of specific packets (perhaps following protocol 
  changes) without having to write custom tools or modify existing clients.

I'm sure more uses could be found.

The is a console application and must be run from a command line. using 
no options, the program will monitor the first network interface it finds 
and display any traffic it finds. There are other options. Read about 
them by passing -h as an argument.

This program requires WinPcap 3 to run (http://winpcap.polito.it/install/default.htm). 
If you use Ethereal, you should have this already.

The latest version is available at www.valhallalegends.com/arta.

Written by Arta[vL] (arta@valhallalegends.com)