搜索资源列表
arptables.tar
- 这是一个linux下基于二层模式下arp过滤程序,可以实现linux下的ip->mac地址绑定功能-This is a linux-based two-story model arp filter program, Linux can be achieved under the ip -
GetIpMacnet
- 在LINUX下获取AP/BRIDGE的IP OR MAC-LINUX access to the AP / IP BRIDGE OR MAC
setmac
- linux下更改网卡mac地址,设置网络IP地址,掩码,和DHCP获取IP地址的嵌入式QT程序
capture
- linux系统下捕获信息程序。可以显示源,目的mac地址,源,目的ip地址和数据信息流
arpd.tar
- linux下arp查询的源代码,可以检测网关MAC,自动探测IP冲突
Linux-MAC20081224.rar
- 在linux下,c语言编写,可以根据对方的IP,查看其MAC地址,也可以扫描局域网在线IP的MAC和主机名。原理:建立socket ,构造netbios-ns包,循环sendto()把数据发送给对方并recvfrom()读取返回信息。根据返回的netbios回应包,读取对方的主机名,组名和mac地址。 显示结果如下: IP: 192.168.116.124 Host Name: BRN_8EEE6A/BRN_8EEE6A MAC: 00-80-77-8E-EE-6A I
ip_mac_hook
- 利用linux下的netfilter,在内核中注册一个勾子,完成ip,mac列表的绑定功能。-Linux netfilter in the kernel registered a hook to complete the binding function of ip, mac list.
darp.tar
- Linux下的arp欺骗程序!能够欺骗的时候可以隐藏自己网卡的MAC和IP!即使对方有防火墙也可以使得对方上网十分慢!-rp fraud program under Linux! When will be able to hide their deception NIC MAC and IP! Even though they have a firewall you can make each other online is very slow!
SharpPcap-3.0.0.bin
- SharpPcap 是一个.NET 环境下的网络包捕获框架,基于著名的 pcap/WinPcap 库开发。提供了捕获、注入、分析和构建的功能,适用于 C# 和 VB.NET 开发语言。-The purpose of SharpPcap is to provide a framework for capturing, injecting and analyzing network packets for .NET applications. The following list illustr
fanhq
- linux系统下防火墙脚本框架 在指定的文件中,加入端口\MAC\IP,即可过滤.-linux system under the the firewall scr ipt framework specify the file, add the port \ MAC \ IP, you can filter.
dsr-uu-0.2
- DSR-UU is a DSR implementation that runs in Linux and in the ns-2 network simulator. DSR-UU implements most of the basic DSR features specified in the DSR draft (version 10). One big exception is flow extensions. DSR-UU does NOT use ARP,
cli_arm
- 基于嵌入式linux的命令行接口,实现了修改IP地址,MAC地址,网关等功能-cli based on embedded linux. realize functions of requiring ip address, mac address, gateway and etc.
1652s_2
- The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (
net
- Example code to obtain IP and MAC for all available interfaces on Linux.
getmac
- LINUX编程,通过IP获取其它网卡的MAC地址。与大家共享,有不对地方,请相告之: 490937629@qq.com-LINUX programming through IP access to other network card MAC address. And share, have not local, please let me know of: 490937629@qq.com
fanhq
- linux系统下防火墙脚本框架 在指定的文件中,加入端口\MAC\IP,即可过滤.-linux system under the the firewall scr ipt framework specify the file, add the port \ MAC \ IP, you can filter.
01_signal_test
- 其中的源地址和目的地址是指网卡的硬件地址(也叫MAC地址),长度是48位,是在网卡出厂时固化的。可在shell中使用ifconfig命令查看,“HWaddr 00:15:F2:14:9E:3F”部分就是硬件地址。协议字段有三种值,分别对应IP、ARP、RARP。帧尾是CRC校验码。(The source address and destination address refer to the hardware address of the network card (also known as
net_info.c
- 取得網卡ip address/mac address(Get the ip address or mac address of net device.)
C#编写获取计算机名MAC地址,IP地址工具 源代码
- 使用VS2010编写程序功能获取计算机名和IP地址,mac地址(IPUsing VS2010 to write program function, get the computer name and IP address, MAC address.)
linux下的多线程高并发tcp服务器
- 基于epoll的多线程TCP服务器 基于epoll,监听指定端口的TCP请求; TCP长连接、短连接分别使用不同的端口; 当接收到客户端的TCP短连接请求时,返回服务器ip地址、MAC地址;当接收到客户端的TCP长连接请求时,服务器接收连接,客户端周期性向服务器发送心跳; 支持多个客户端的并发TCP请求; 使用多线程技术,同时监听、提供服务; 设计服务器端和客户端的通信协议,使用JSON格式。