Binary download

Win32 installer
You need to have Winpcap installed winpcap for live capturing.

Papers

We have written two papers on the technology of Network night vision,

Screen recordings

A screenshot of network night vision in action can be found here.
Two screen recordings of NNV 0.0.2 are available

Public mailing list

There is a public mailing list, nnv-hackers@lists.h3q.com.
Feel free to ask questions, suggest new features or post your code there. You have to be subscribed to post.
To subscribe, write an empty mail to nnv-hackers-subscribe@lists.h3q.com and follow the instructions.

Source code

The source code is seperated into several libraries browsable via web:

Installation using source code

First, get a working opendylan compiler from here and follow the installation instructions.
Afterwards download recent source code via subversion:

UNIX

Currently, only a command-line version of the sniffer is available.
On UNIX, set OPEN_DYLAN_USER_REGISTRIES environment variable to `pwd`/sources/registry:`pwd`/libraries/registry.
Then compile sniffer by typing opendylan -build sniffer. Afterwards you'll find a ~/Open-Dylan/bin/sniffer which has a -h option for help.

Windows

You'll need winpcap developer's pack.
On Windows, go to control panel, system, advanced, environment variables, and set OPEN_DYLAN_USER_REGISTRIES to c:\wherever-downloaded\sources\registry;c:\wherever-downloaded\libraries\registry.
Afterwards, start Open Dylan, choose Internal -> Open registry project and enter gui-sniffer.
Then you can build the application and run it in the IDE.