搜索资源列表
使局域网内的某主机断网
- 功能 使局域网内的某主机断网 收不到数据包 可依据ip,mac地址,计算机名进行断网(非arp) 基于交换机mac表的自动学习功能 c#+sharppcap(winpcap开发包的c#插件)编写 环境 .net3.5+winpacp4.02,Feature allows a host within the LAN can not receive packets off network can be based on ip, mac address, computer name for plan
用c#实现的关于包过滤的防火墙
- 用c#实现的关于包过滤的防火墙,功能是能根据IP地址过滤掉一些自己不想获取的数据包,Use c# to achieve on the packet filtering firewall, the features are filtered according to a number of IP addresses do not want to get the packet
NetworkSwitch.rar
- NetworkSwitch,超级好用的网卡IP设置工具,c# WinForm源代码。去除原只有6个配置的限制,可以添加任意多个设置。有源码,供学习参考。DNS的显示有BUG,有意者可以修改一下。,NetworkSwitch, super-useful tool for the network card IP settings, c# WinForm source code. Removal of the original allocation of only six limits, you ca
20090303ipsecuritypolicytools.
- c/s模式 SOCKET通讯 IP安全策略,c/s mode of communication IP security strategy SOCKET
TCPIP.rar
- TCP/IP 端口监听,TCP/IP 协议 VS2005 C#,tcp/ip listen
QQChat.rar
- 小型防QQ聊天工具 c#编写 要知道对方ip才可以聊天,Small anti-QQ chat tools c# prepared to know each other before they can chat ip
TCPUDPDbg
- TPC/IP调试工具,方便网络编程/调试-TPC/IP debugging tools to facilitate network programming/debugging
Quick-Help
- code for connecting IP Camera
Link
- 类似于360的网络连接状态,例如IP地址、端口号、名称等-360 similar to the state of the network connection, such as IP address, port number, name, etc.
scanlanscan
- 用C#实现的多线程IP MAC 主机名称等局域网扫描软件。-Implemented using C# multi-threaded IP MAC host name and other LAN scanning software.
cSharp-TCP-Server
- 主要用于C#针对TCP/IP协议的网口通讯功能 以PC机作为服务器-Mainly used in C# for TCP/IP protocol communication network interface to PC, as the server
P2Psocket
- P2P视频通信源代码,使用upd,tcp/ip通讯协议, 用C#开发。-P2P video communications source code, the use of upd, tcp/ip protocol, with the C# development.
CSharp
- C# 实现修改IP,获取MAC地址,获取网络流量信息,对网卡实现监控的源代码-C# to achieve changes IP, get MAC addresses, access to network traffic information, on the card monitor and control the source code
ArpSender
- ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在Backg
UPnP
- C#实现的简单UPnP验证程序,可以添加、删除端口映射,获取外部IP。附带一些参考资料。-C# to achieve a simple UPnP authentication process, you can add, delete port mapping, access to the external IP. With a number of references
LiaoTian
- 用C#开发的简单的聊天试验程序 使用TCP/IP通讯协议-With C# Developed a simple test procedures for the use of chat TCP/IP communication protocol
icancu
- 一个经典的网络通信示例,基于Tcp/Ip的socket通信,编写环境为c#.net2005-A classic example of network communication, based on Tcp/Ip for socket communications, the preparation of the environment for the c#. Net2005
WOL
- 远程唤醒 简单的数据包构造发送的方法 需要知道远程主机的IP和MAC-Remote wake-up a simple packet structure to send the method needs to know the remote host
Client
- 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束后一定记得关闭socket; -Step one: us
netstudy
- 网络抓包工具代码,可自动检测TCP/IP数据包,附说明文档.-Network capture tools code, automatically detects the TCP/IP data packets, with documentation.