搜索资源列表
raw_socket.gz
- 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包
raw_socket
- 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包- How has demonstrated under Unix and Linux uses Raw Socket structure camouflage TCP, IP, the UDP package
raw_socket
- 用原始套接字抓取链路层数据包,并分析数据包的各层协议报头。-raw socket
RAW SOCKET编程与以太网帧分析
- RAW SOCKET编程与以太网帧分析。环境是Linux,用C,C++语言描述。 包括基于TCP和UDP的两个客户服务器程序;以及一个原始套接字可以接受任何数据链路层。并且根据协议规约输出抓取到的包的字段内容 -RAW SOCKET Programming and Ethernet frame analysis. Environment is Linux, using C, C++ language to describe. Including both TCP and UDP-ba
socket_raw.c.tar
- this is an raw socket usage, you must have root previledge to use this .
raw_loop
- Linux socket raw loop test
mul_ping
- 网络编程,原始套接字编程实验实验。具体功能如下: IP首部的构造;基于原始套接字的分片ICMP ECHO请求发送功能;基于原始套接字的ICMP ECHO响应接收功能;重叠分片的发送功能; 可以用来测试windows系统和Linux系统的重叠分片重组策略。 编程语言:C-Network programming, original socket programming experiment experiment. Specific functions are as follows: th
Linux-Router
- Linux下利用Raw Socket实现静态路由转发。详情参考内置pdf文档-Under Linux use the Raw Socket realize static routing forwarding. Refer built-in pdf document
ping
- linux系统下ping的源代码,有助于学习raw socket-ping linux system source code, help learning the raw socket
udp_flood
- UDP FLooding 攻击程序 X86平台 linux原始套接字实现-UDP Flooding attack procedures X86 platform linux raw socket
sniffer
- 在 LINUX 系统环境下通过Raw Socket 编程,设计实现局域网嗅探程序,环境:VMware Workstation 6.0,RED Hat 9.0,vi 编辑器或gedit 文本编辑器,gcc 编译环境,局 域网环境-IN LINUX environment through Raw Socket programming, design LAN sniffer program, the environment: VMware Workstation 6.0, RED Hat 9.0,
RAW-socket-caught-procedures
- 这是一个RAW套接口的抓包程序,在linux 平台下实现,已经测试通过,是一个原理性的测试程序-This is a RAW socket caught procedures, implementation in the Linux platform, has the tests pass, is a rational test program
RAW-SOCKET
- 熟悉Linux环境下基本的raw socket编程,对以太网帧进行初步分析,可通过程序完成对不同层次PDU的字段分析,修改和重新发送。-Familiar with the basic raw socket programming under Linux environment, a preliminary analysis of Ethernet frames can be completed through the program at different levels PDU field a
ifconf_example
- 自己写的有关Linux Raw socket的一个例子,可以抓取网卡上所有的包。-The example of Linux raw socket.
IEC61850_To_MODBUS
- 通过Linux原始套接字读取IEC61850合并单元中的SV采样值数据到modbus寄存器中。-Read the SV sample value data into the Modbus register through the Linux raw socket IEC61850.
sendsyn.c
- Linux下用RAW socket发送syn包 -send syn packet on linux!
Ping
- 本实验主要目的是让学生熟悉 Linux 环境下基本的 raw socket 编程,对以太网帧进 行初步分析,可通过程序完成对不同层次 PDU 的字段分析,修改和重新发送。-The main purpose of this experiment is to familiarize students with basic raw socket programming under Linux environment, Ethernet frames preliminary analysis, th
raw-socket
- linux下使用raw socket 截获数据并分析其中的http数据-linux use the following raw socket intercepts the data and analyze the data http
icmp_new
- 本实验主要目的是让学生熟悉 Linux 环境下基本的 raw socket 编程,对以太网帧进行初步分析,可通过程序完成对不同层次 PDU 的字段分析,修改和重新发送。 -for a computering
sendARP
- 一个基于linux raw socket发送自己构造的ARP包的C源码。(A C source based on Linux raw socket to send its own ARP package.)