                                                                NETLOG
1. What is this?
~~~~~~~~~~~~~~~~
This utility was designed to protocol network activity of Windows'95/98
via NDIS abstract layer.
At least a professional network administrator required to understand what
is going on; if you are not - none of it will make sence for you.

2. How does it work?
~~~~~~~~~~~~~~~~~~~~
Hooks ndis_send and one of the registered ndis protocol's receiver
function and processes incoming/outgoing packets.
It is NOT portable executable format; it uses dpmi to climb up PL0
and relies on vmm and ndis vxd callbacks.
Since NT does not provide int 20 vxd interface, it will NOT work on NT;
in fact, i won't recommend even running it under NT as it will cause
unpredictable results.

3. How to use it?
~~~~~~~~~~~~~~~~~
Run it and see what happens.

4. Bugs
~~~~~~~~
written in 2 days, no testing - must be plenty of.

4. How to contact the author?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mailto:gunky9@geocities.com. Bug reports/comments are welcome.
Homepage: http://gunky.tsx.org

5. License
~~~~~~~~~~
You may do whatever you want with it.

6. Disclaimer
~~~~~~~~~~~~~
I will assume no responsibility for anything this utility might do to
your computer; use at your own risk.

