Description: 一个C++写的IP过滤程序,指定IP域名,拦截IP,并且显示具体信息的网络程序-A C++ Write the IP filter program, the designated IP domain names, to intercept IP, and shows the specific information network procedures Platform: |
Size: 2358272 |
Author:louhuaxun |
Hits:
Description: IP包过滤 收藏
/*
利用操作系统提供的API编写防火墙.
该程序涉及到的API说明请访问微软的MSDN Library
代码在C++ Builder 5编译通过
如果您想和我交流请email:zzwinner@163.com
-IP packet filter collection
/*
Use of operating systems provide apis to write a firewall.
The program involves API that please visit Microsoft MSDN everyday
Code in c++ Builder and compile
If you want to communicate with me please email: zzwinner@163.com Platform: |
Size: 27648 |
Author:zcy |
Hits:
Description: 基于RawSocket的数据包过滤程序,共包含7个文件:inetheader.h、rawsocsniffer.h、rawsocket.h、rawsocket.c、rawsocsniffer.c、main.c、makefile。
编译:命令行模式下,切换到代码所在目录,输入make即可编译。编译后将生成一个可执行文件main,以及一些obj文件。
运行:命令行下输入 ./main [-s 源IP] [-d 目的IP] [-atui] 即可运行程序,可以通过设置不同的参数可以实现简单的过滤功能。参数功能如下:
s是根据源IP地址过滤数据包
d是根据目的IP地址过滤数据包
a是过滤ARP包
t是过滤TCP包
u是过滤UDP包
i是过滤ICMP包-RawSocket based packet filtering program, contains a total of seven files: inetheader.h, rawsocsniffer.h, rawsocket.h, rawsocket.c, rawsocsniffer.c, main.c, makefile. Compile: command line mode, switch to the code directory, enter to compile make. Generates an executable file main, and some obj files compiled after. Run: command line input/main [-s source IP] [-d purpose IP] [-atui] to run the program, you can set different parameters can be achieved simply filtering. Parameter functions are as follows: s is to filter packets based on the destination IP address d is filtered packet is a packet filtering ARP is to filter TCP packets t u i is a UDP packet filtering based on source IP address filtering ICMP packets Platform: |
Size: 11264 |
Author:xuting |
Hits:
Description: 实现ip过滤功能的配置c/c++程序转shell脚本执行iptables命令(IP filter function to achieve the configuration, c/c++ program, shell script, the implementation of iptables command) Platform: |
Size: 363520 |
Author:smoker
|
Hits: