登录
首页 » Visual C++ » tdifw-1.4.4

tdifw-1.4.4

于 2021-01-24 发布 文件大小:11821KB
0 213
下载积分: 1 下载次数: 77

代码说明:

  开源的防火墙代码,基于Tdi和NDIS双层实现(Open source firewall code, based on double NDIS tdi and implementation)

文件列表:

tdifw-1.4.4
...........\addon
...........\.....\ndis_hk
...........\.....\.......\bin
...........\.....\.......\...\ndis_hk.sys
...........\.....\.......\install_2k.bat
...........\.....\.......\install_2k.reg
...........\.....\.......\install_nt4.bat
...........\.....\.......\install_nt4.reg
...........\.....\.......\src
...........\.....\.......\...\av.c
...........\.....\.......\...\av.h
...........\.....\.......\...\dirs
...........\.....\.......\...\except.h
...........\.....\.......\...\memtrack.c
...........\.....\.......\...\memtrack.h
...........\.....\.......\...\ndis_hk
...........\.....\.......\...\.......\adapters.c
...........\.....\.......\...\.......\adapters.h
...........\.....\.......\...\.......\doxygen.cfg
...........\.....\.......\...\.......\filter.c
...........\.....\.......\...\.......\filter.h
...........\.....\.......\...\.......\hooked_fn.c
...........\.....\.......\...\.......\makefile
...........\.....\.......\...\.......\ndis_hk.c
...........\.....\.......\...\.......\ndis_hk.h
...........\.....\.......\...\.......\pe.h
...........\.....\.......\...\.......\htm" target=_blank>sources
...........\.....\.......\...\ndis_hk_ioctl.h
...........\.....\.......\...\net.h
...........\.....\.......\...\nt.h
...........\.....\.......\...\sock.c
...........\.....\.......\...\sock.h
...........\.....\.......\...\source
...........\bin
...........\...\install.exe
...........\...\tdifw.exe
...........\...\tdifw_drv.sys
...........\changelog.txt
...........\changelog_old.txt
...........\debug.txt
...........\install.bat
...........\install_nt4.bat
...........\install_nt4.reg
...........\log_format.txt
...........\packet_engine.txt
...........\readme.txt
...........\sinsigth
...........\........\tdi_fw.IAB
...........\........\tdi_fw.IAD
...........\........\tdi_fw.IMB
...........\........\tdi_fw.IMD
...........\........\tdi_fw.PFI
...........\........\tdi_fw.PO
...........\........\tdi_fw.PR
...........\........\tdi_fw.PRI
...........\........\tdi_fw.PS
...........\........\tdi_fw.SearchResults
...........\........\tdi_fw.WK3
...........\src
...........\...\buildchk_wxp_x86.log
...........\...\buildchk_wxp_x86.wrn
...........\...\dirs
...........\...\drv
...........\...\...\buildchk_wxp_x86.log
...........\...\...\buildchk_wxp_x86.wrn
...........\...\...\conn_state.c
...........\...\...\conn_state.h
...........\...\...\dispatch.c
...........\...\...\dispatch.h
...........\...\...\disp_conn.c
...........\...\...\disp_dg.c
...........\...\...\disp_ev.c
...........\...\...\disp_obj.c
...........\...\...\disp_sr.c
...........\...\...\events.c
...........\...\...\events.h
...........\...\...\ev_conn.c
...........\...\...\ev_dg.c
...........\...\...\ev_recv.c
...........\...\...\filter.c
...........\...\...\filter.h
...........\...\...\ipc.c
...........\...\...\MAKEFILE
...........\...\...\memtrack.c
...........\...\...\memtrack.h
...........\...\...\ndis_hk_ioctl.h
...........\...\...\objchk_wxp_x86
...........\...\...\..............\i386
...........\...\...\..............\....\conn_state.obj
...........\...\...\..............\....\dispatch.obj
...........\...\...\..............\....\disp_conn.obj
...........\...\...\..............\....\disp_dg.obj
...........\...\...\..............\....\disp_ev.obj
...........\...\...\..............\....\disp_obj.obj
...........\...\...\..............\....\disp_sr.obj
...........\...\...\..............\....\events.obj
...........\...\...\..............\....\ev_conn.obj
...........\...\...\..............\....\ev_dg.obj
...........\...\...\..............\....\ev_recv.obj

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • huawei_HandsetWinDriver
    手机的驱动,话为手机 官方更新,电信 定只的集资(Phone driver, if the official update for the phone, telecommunications fixed capital formation only)
    2013-10-12 19:43:21下载
    积分:1
  • MultiADReadDemo
    研华采集卡多通道AD读取程序,VC6下测试通过。(Advantech multi-channel AD acquisition card reader, VC6 under test.)
    2020-09-10 11:18:00下载
    积分:1
  • 18b20
    18b20的驱动程序,关键是时序,赶紧给我积分啊,急需(18b20 driver, the key is timing, and quickly give me points ah, need)
    2013-10-03 21:39:41下载
    积分:1
  • VC-HID
    使用VC++访问如键盘,鼠标和自定义的HID设备(Using VC++ to access such as a keyboard, mouse, and a custom HID device)
    2011-01-25 17:09:47下载
    积分:1
  • NDIS_6[1].0_miniport__driver
    说明:  实现一个千兆以太网卡的NDIS的miniport驱动实例源代码 对于那些希望写一个NDIS 6.0的miniport设备驱动的开发人员来说,实例实在是太少了,只有一个DDK中的E100BEX。这里,我将选择一个当前比较流行的以太网控制器(Realtek 8111/8168/8169/8110等PCI的千兆以太网控制器),针对它们写一个NDIS6的驱动(The realization of a Gigabit Ethernet card, the NDIS driver miniport instance of the source code for those who wish to write an NDIS 6.0 of the miniport device driver developers, the example is too small, there is only one DDK in E100BEX. Here, I will choose a more popular current Ethernet controller (Realtek 8111/8168/8169/8110, such as PCI Gigabit Ethernet controller), for them to write a driver NDIS6)
    2008-12-06 11:41:00下载
    积分:1
  • SSDT-Hook-Driver-and-mfc-interface
    HOOK SSDT中SetInformation 函数的 驱动程序 配有mfc的用户模式界面 实现了Createfile readfile writefile IOCTL 这几个分发函数 在IOCTL中实现了对SetInformation函数的HOOK (SSDT Hook Driver test with mfc interface )
    2012-01-22 14:45:10下载
    积分:1
  • accelerationMouse
    传感器读取程序,传感器读取程序 传感器读取程序(Sensors read the procedures, procedures for sensors to read sensor to read the procedures)
    2008-07-23 10:31:37下载
    积分:1
  • RangeDemoDoc
    12864的驱动程序,非常有用,里面包括12864转换程序和初始化程序(12864 driver, very useful, which includes 12864 conversion procedures and initialization procedure)
    2017-03-09 17:31:19下载
    积分:1
  • uc1698u_240_160
    基于uc1698u液晶240_160完整驱动(the full driver for uc1698u,240_160)
    2021-03-25 02:49:14下载
    积分:1
  • TEST-TPM1CH0
    MC9S08AW60的定时器1输入捕获驱动程序(MC9S08AW60 Timer 1 input capture driver)
    2014-03-10 14:41:24下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载