basil00 0ff63cda99 - Make the package compile for i386
- Make the pAddr arg for DivertRecv() optional
- Make the i386 user binaries compatible with an amd64 driver.
  (useful for projects not yet ported to amd64)
2011-08-23 22:18:02 +08:00
2011-08-23 22:18:02 +08:00
2011-08-23 22:18:02 +08:00
2011-08-23 22:18:02 +08:00
2011-08-21 18:12:06 +08:00

Divert: Windows Packet Divert
-----------------------------

This a user-mode packet diversion package for Windows Vista/7.

The basic idea is that you can redirect (divert) packets from the Windows
network stack to a user-mode application using one simple programming API.
The packets can then be modified and re-injected.

The divert package is useful for implementing user-mode packet filters,
sniffers, firewalls, tunneling, etc., etc.

For more information about this project, see doc/divert.html

2022-09-17 05:32:57 +03:00
Languages
C 96.8%
Shell 2.1%
Batchfile 1.1%