Welcome![Sign In][Sign Up]
Location:
Search - TCP RST

Search list

[TCP/IP stacktcprst

Description: Tcpjack为发送TCP RST的程序。亦即,在ESTABLISHED的状态下强制切断TCP连接的程序。
Platform: | Size: 2412 | Author: elvis | Hits:

[SCMavr+cp2200_source

Description: m16+cp2200组成的网络接口。 m16使用内部RC振荡8M,如果要提高主频,请注意修改模拟总线读函数。 cp2200模块使用www.icdev.com.cn的,更改pin44连接VCC,即总线复用方式,地址数据复用。 软件编写使用avrstudio4.12+sp4+winavr(avrstudio自带的winavr嵌入方式)。 硬件连接: m16 | cp2200 PORTA | AD0-7 PB0 | RST PB1 | CS PB2 | RD PB3 | WR PD2 | INT PD3 | ALE(A3) 由于采用的是m16做为主控,只能使用总线模拟方式,其读写速度有限,经测试约为双向11.8kBps(90kbps)。 由于ram有限,仅仅采用了332Bytes的数据缓冲做为收发buffer,超过此长度的以太网包将抛弃。 此工程文件仅仅做为cp220x的一个移植范例,高级tcpip应用代码因商业缘故不会提供,请勿找我询问。-m16 cp2200 a network interface. M16 use of internal RC oscillator 8 M, if we are to raise the frequency, please note time change Bus simulation function. Cp2200 module uses www.icdev.com.cn. changes pin44 connecting VCC, bus multiplexing, address data multiplexing. Software programmers use avrstudio4.12 sp4 winavr (bringing their avrstudio winavr embedded in the way). Hardware connections : m16 | cp2200 PORTA | AD0-7 pins | RST PB1 | CS PB2 | RD PB3 | WR NC | INT PD3 | ALE (A3) is used as the main control m16, It can only use bus simulation, the literacy rate is limited, After about a two-way test 11.8 kBps (90kbps). As the ram limited, merely using the 332 Bytes of data as a buffer TX buffer, Over this length of the Ethernet packets will be discarded. This works only as a document of a tr
Platform: | Size: 101376 | Author: 刘晓军 | Hits:

[TCP/IP stacktcprst

Description: Tcpjack为发送TCP RST的程序。亦即,在ESTABLISHED的状态下强制切断TCP连接的程序。-Tcpjack to send TCP RST procedures. That is, in ESTABLISHED state mandatory cut off TCP connection procedures.
Platform: | Size: 2048 | Author: elvis | Hits:

[Technology Management1_080114120833

Description: tcp_inode当然就是一个inode节点了,而tcp_socket等于tcp_inode.u.socket_i,通过一个指针他们指向同一个内存.tcp_socket是用来通信使用的,可以叫TCP的controlsocket或者是communication socket,当TCP通信没有相应的socket的时候这个socket就充当了socket的角色.比如在一个关闭端口上收到SYN时发送RST,或者是在三次握手的时候发送SYN(还没有accept产生新的socket) 值得注意的是ops->create函数的调用,我们前面见过对于AF_INET来说这个回调函数是net/ipv4/af_inet.c的inet_create函数,这个函数是用来创建一个socket的时候用的,由于函数比较长,这里先略过分析,这第一次的分析只是一个大致流程的熟悉而已. 由于有socket创建和通信,所以这段代码是协议相关的,所以把这段代码从原来的tcp.c里面提取了出来 下面是tcp_init函数,它在net/ipv4/tcp.c里面,大体上来说就是创建了几个hash表和bucket.这段代码创建了下面几个全局对象: -bucke
Platform: | Size: 2640896 | Author: zhangxio | Hits:

[OtherTCP

Description: 随机生成160位01序列模拟TCP报文首部 16位源端口,16位目的端口,32位序号,32位确认序号,4位首部长度都转化成相应的十进制显示,6位保留位,URG,ACK,PSH,RST,SYN,FIN 均为1位二进制, 16位窗口,16位紧急指针,16位校验和均用二进制显示-01 160 randomly generated sequence of TCP packets simulated first 16-bit source port, destination port 16-bit, 32-bit serial number, confirmation number 32, four first degree ministers are transformed into the corresponding decimal display, 6 reserved bit, URG , ACK, PSH, RST, SYN, FIN were a binary, 16-bit Windows, 16-bit urgent pointer, 16-bit checksum are displayed in binary
Platform: | Size: 7168 | Author: sunshe | Hits:

[Internet-NetworkSimuTcpClient

Description: 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-thread synchronization aspects of some small problems windows xp sp2 and above the original system can not send tcp packet and the receipt of tcp syn packets, it will automatically reply to a rst package, it can not establish a connection, so use winpcap development, and also wrote a simple firewall to filter out the system its rst packet sent.
Platform: | Size: 82944 | Author: wellphone | Hits:

[OS programspoof.c

Description: Tool to kill running TCP connections on the network by sending TCP FIN/RST packets similar to the chinese firewall. Guarantees all available network bandwidth is yours.
Platform: | Size: 1024 | Author: Cheeroh | Hits:

[Internet-Networktcprst

Description: Tcp Protocol PACKET RESET program source TCP RST
Platform: | Size: 3072 | Author: kim | Hits:

[TCP/IP stackwinpcap-rst

Description: winpcap 封转RST包,强制断开TCP连接。需要安装WINPCAP4.0 设置头文件和库文件。并安装WINPCAP4.0.EXE文件。
Platform: | Size: 3072 | Author: wangyongshou | Hits:

[Internet-Networktcprst

Description: Tcpjack为发送TCP RST的程序。亦即,在ESTABLISHED的状态下强制切断TCP连接的程序。-Tcpjack to send TCP RST procedures. That is, in ESTABLISHED state mandatory cut off TCP connection procedures.
Platform: | Size: 2048 | Author: 杜兰特 | Hits:

CodeBus www.codebus.net