tcp filtering
- From
- Gennady Porev (2:5020/69.36)
- To
- Andrew Ryazanov
- Date
- 2002-10-29T10:24Z
- Area
- SU.WINDOWS.NT.PROG
Hi, Andrew!
29 октября 2002 01:39 Andrew Ryazanov (2:5020/400) писал(а) к Gennady Porev про tcp filtering:
>> Ищется любой способ, позволяющий реализовать блокирование всего TCP
>> траффика, приходящего от определённого списка IP адресов. Для Win2000.
AR> DDK : The PacketFilterExtensionPtr data type points to a filter hook
AR> callback function. This function processes packets that are passed to it and
AR> determines whether to forward or drop the packets or to allow the IP filter
AR> driver to further process the packets. IOCTL_PF_SET_EXTENSION_POINTER
AR> registers filter hook callback functions to the IP filter driver to inform
AR> the IP filter driver to call those filter hook callbacks for every IP packet
AR> that is received or transmitted. Also, IOCTL_PF_SET_EXTENSION_POINTER clears
AR> filter hook callback functions from the IP filter driver.
Спасибо, но оказывается через IP Helper API это всё решается без драйвера и буквально 4-5 вызовами функций.
Relax -=- Gennady -=- icq: 13031700
--- GoldED/W32 3.0.1
* Origin: Expansion HeadQuarter (2:5020/69.36)