搜索资源列表
原始套接字
- 使用原始套接字编程-use raw socket programming
source
- Linux gcc 关于socket的讲解,主要是使用raw来捕获数据包的
rawsocket_ethernet_send
- linux下实现的简单的用raw socket直接发送以太网包的例子,实现了简单的对801.1q协议的处理。
raw_socket_ex_cjw
- linux raw socket programming source example cjw
sourcecode
- linux下基于 raw socket实现的静态路由,通过路由表的设定实现包的转发-static route in linux
indihgk
- 熟悉Linux环境下基本的RAW socket 编程,可以对以太网帧进行初步分析,可以通过程序完成第一个程序中对应的不同参差PDU字段分析,修改和重新发送-Familiar with the Linux environment, the basic RAW socket programming, you can conduct a preliminary analysis of the Ethernet frame can be completed through the program the
arp
- 利用原始套接字实现网络主机自动发现,即arp协议的实现(RAW_SOCKET)-Using raw socket to automatically discover network hosts, that arp protocol implementation (RAW_SOCKET)
shocket
- Linux Raw Socket Programming - What Lies Beneath a Socket?
sndpkt_tcp_rst
- 吃饭的家伙放血分享raw socket 发送阻断包.这里提供一个函数给大家分享. -The guy eat bloodletting Share raw socket sends a blocking package provides a function here to share with you.
create_icmp_socket
- create raw socket for icmp protocol and drop root privileges if running setuid.
lbxbuf
- xcb_take_socket allows external code to ask XCB for permission to take over the write side of the socket and send raw data with xcb_writev.
raw_cb
- Raw protocol interface control block. Used to tie a socket to the generic raw interface.
ping
- 编写一个简单的 ping 程序。利用 Raw Socket 封装和发送以太网帧的功能,实现 ICMP 包的发送和接收,并输出结果。(Write a simple ping program. Using Raw Socket encapsulation and send Ethernet frame function, to achieve ICMP packet sending and receiving, and output the results.)
ping
- 基于RAW套接字的ICMP协议ping功能源码,linux平台验证通过。(Based on RAW socket's ICMP protocol ping function source, Linux platform verification is adopted.)