Downloads containing readme.txt

Downloads
Name Author Game Mode Rating
ApprehendJJ2 Link Utility N/A Download file

File preview

+--------------------------------------------------------------------------
----+
ApprehendJJ2
Version 1.0

ApprehendJJ2 is a simple little program that monitors network traffic for
the
game Jazz Jackrabbit 2.  It displays relevant information for each packet
captured.  It also notifies the user if any packets could be mischeivous
(DoS
attacks, renamers, flooders).  As the originating IP addresses are shown,
they
can be matched with users to find out who is causing the trouble.  To run
ApprehendJJ2, simply run the program file, ApprehendJJ2.exe.

ApprehendJJ2 writes to a special binary log file that can be read with the
included program, Reader.exe.  Reader requires one argument - a filename of
a
log file created by ApprehendJJ2.  It is easiest to use in a Windows
command
prompt.  As large logs may have output longer than the command prompt
buffer,
it may be desirable to use the MS-DOS > operator to direct the output to
a file.

Example: reader.exe mylog.b > output.txt

Unfortunately, Reader doesn't do any processing of the packets so it won't
tell
you about mischievous packets like ApprehendJJ2 does.

Notes:

* ApprehendJJ2.exe requires the installation of the WinPCap driver.  This
is
  available from http://winpcap.polito.it/install/default.htm

* ApprehendJJ2 was made on a short schedule at short notice and didn't get
  thorough testing.  It is likely still buggy, but should work for most
cases.

* ApprehendJJ2 may not work for dialup connections.

* Special thanks to Monolith, who helped me with programming problems I
had.

* ApprehendJJ2 is freeware, but I still hold the copyright.  As such, I can
  dictate the terms of distribution: You are free to distribute
ApprehendJJ2,
  but it must include this readme file and the accompanying Reader.exe. 
You
  may not sell it, except in cases where the selling price is to pay for
the
  cost of distribution media (e.g. floppy disks).




Copyright (c) 2003 Chris Bruton (Link)

+--------------------------------------------------------------------------
----+