搜索资源列表
fang_ucapture
- 截包的需求一般来自于过滤、转换协议、截取报文分析等。 过滤型的应用比较多,典型为包过滤型防火墙。 转换协议的应用局限于一些特定环境。比如第三方开发网络协议软件,不能够与原有操作系统软件融合,只好采取“嵌入协议栈的块”(BITS)方式实施。比如IPSEC在Windows上的第三方实现,无法和操作系统厂商提供的IP软件融合,只好实现在IP层与链路层之间,作为协议栈的一层来实现。第三方PPPOE软件也是通过这种方式实现。 截取包用于分析的目的,用“抓包”描述更恰当一些,“截包”一般表示有截断的能力,“
testpcap-c语言源程序
- testpcap-c语言源程序,包括:网络封包的截取,分析等 1.Simple single packet capture program 2.Q&D proggy to demonstrate the use of pcap_loop 3.Investigate using filter programs with pcap_compile() and pcap_setfilter() -testpcap-c language source code, including :
libdnet-1.10.tar
- libdnet 为若干个低层的网络例程提供了一个简单的可移植的接口,包括网络地址处理, 内核arp 缓冲和路由表查找和管理,网络防火墙(IP filter, ipfw, ipchains, pf, PktFilter, ...),网 络接口查找和管理,IP 隧道(BSD/Linux tun, Universal TUN/TAP device),未加工的IP 包和 以太网帧的传输。-libdnet for a number of low-level routines network p
nistnet
- NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable channel parameters such as packet loss ratio, jitter, bandwidth variation, delay, and network buffer size. To simulate different network environments
sf_200472095828
- 网络包的拦截和保存 开始监听---就是开始抓包喝 清除记录---就是清楚datagrid中的数据 Combox框---是选择协议的过滤 复选框 ---表示ip的混合过滤,也就是只要满足源ip和目的ip中的任何一个就放行,呵呵 存盘 ---在点击datagrid中的1条记录后,点击之,表示将所点记录存盘 复选框 ---控制热键启动, 小键盘 * 是启动封包,而旁边的 - 表示停止封包 文件选择---点击文件选择,弹出一个对话框,选择一个文件作为存盘文件,如果该文件存在,不会覆盖之,而是 在其后添记
nfqueue-bindings-0.1.tar
- 此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。-nfqueue-bindings was written to provide an interface in high-level languages such as Perl or Python to libnetfilter_queue. The goal is to provide a library to gain access to packets queued by
ww
- 数据包过滤(packet filtering)是一个用软件或硬件设备对向网络上传或从网络下载的数据流进行有选择的控制过程。数据包过滤器通常是在将数据包从一个网站向另一个网络传送的过程中允许或阻止它们的通过(更为常见的是在从英特网向内部网络传输数据时,或从内部网络向英特网传输)。数据包过滤类防火墙对所有通过它进出的数据包进行检查,并阻止那些不符合既定规则数据包的传输。-Packet filtering (packet filtering) is a software or hardware de
SYNScanner-libnet-libpcap
- Grab Libnet , there will be a site for it, it prolly even is simple as googling it :P and, just grab static lib file , and then goto winpcap.org , now, you can, compile a v3, (coz this has best control over winsockets....trust me it does) ... dont us
RedHatAs5L7_filter
- :分析了Linux netfilter/iptables架构下L7-filter的功能、工作原理和实现机制,利用iptables的独立模块L7- fiter实现了具有封锁MSN、QQ等P2P封包过滤功能,并进行相关测试。测试结果表明,该layer7的封包过滤可以在具 有网络地址转换(NAT)功能的防火墙体系上实现,限制对P2P等大流量数据对网络带宽的占用,使得网络运行更加 高效稳定。 -This paper analyzed the function,working princi
Iptables
- iptable介绍:Iptables默认有三张表(队列),分别是mangle、nat、Filter,mangle表主要用来mangle(中文解释:轧)包,你可以使用mangle匹配来改变包的TOS等特性,mangle表中仅有TOS、TTL、MARK几种操作,nat表用来转换包的源或目标地址,包括DNAT、SNAT和MASQUERADE等类型,filter 表用来过滤数据包,过滤工作主要是在这儿完成的。-iptable Introduction: Iptables has three defaul
intrusion-detection
- VC编写的基于winpcap的网络入侵检测源代码,实现网络数据包的捕获和分析,根据过滤规则对网络进行过滤-The winpcap based on VC write network intrusion detection the source code, and the realization of the network packet capture and analysis, according to filter rules network filter
pcap-pf
- packet filter subroutines for tcpdump.
net-fileter.tar
- net-filter示例,现实受到包的地址-net-filter example, the reality by packet address
rawsocket
- 基于RawSocket的数据包过滤程序,共包含7个文件:inetheader.h、rawsocsniffer.h、rawsocket.h、rawsocket.c、rawsocsniffer.c、main.c、makefile。 编译:命令行模式下,切换到代码所在目录,输入make即可编译。编译后将生成一个可执行文件main,以及一些obj文件。 运行:命令行下输入 ./main [-s 源IP] [-d 目的IP] [-atui] 即可运行程序,可以通过设置不同的参数可以实现简单的过滤功
nvaa
- Berkeley Packet Filter based traffic classifier.
filter
- Linux Socket Filtering aka Berkeley Packet Filter (BPF).
wow
- Create Dissassociate Deauthenticate packet filter.
3.5-PortScan_UDP
- UDP扫描原理与TCP扫描原理不同,UDP扫描是通过向对方UDP端口发送数据,然后根据对方ICMP返回数据进行判断。接收ICMP数据包只能采用RAW Socket接收到所有的数据包,然后从中过滤出哪一个数据包是对方返回的,进而判断出对方端口是否处于开状态。-UDP scanning principle and TCP scanning works differently, UDP port scans are sent via UDP to the other data, and then re
parse-options
- Berkeley Packet Filter based traffic classifier Source Code for Linux.
nit_pf
- Streams NIT packet filter module.