CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - packet sender
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - packet sender - List
[
JSP/Java
]
JavaNetTest
DL : 0
3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver . start the receiver first- 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver . start the receiver first
Date
: 2008-10-13
Size
: 4.84kb
User
:
宗睿
[
Internet-Network
]
RawSender
DL : 0
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Date
: 2008-10-13
Size
: 31.13kb
User
:
鲁锐
[
Internet-Network
]
RawReceiver
DL : 0
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Date
: 2008-10-13
Size
: 31.48kb
User
:
鲁锐
[
Exploit
]
freeswan-2.06.tar
DL : 0
Linux FreeS/WAN is an implementation of IPSEC & IKE for Linux. IPSEC is Internet Protocol SECurity. It uses strong cryptography to provide both authentication and encryption services. Authentication ensures that packets are from the right sender and have not been altered in transit. Encryption prevents unauthorised reading of packet contents.
Date
: 2008-10-13
Size
: 3.2mb
User
:
nihao
[
Internet-Network
]
RawSender
DL : 0
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Date
: 2025-07-06
Size
: 31kb
User
:
鲁锐
[
Internet-Network
]
RawReceiver
DL : 0
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
Date
: 2025-07-06
Size
: 31kb
User
:
鲁锐
[
JSP/Java
]
JavaNetTest
DL : 0
3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver . start the receiver first- 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver . start the receiver first
Date
: 2025-07-06
Size
: 5kb
User
:
宗睿
[
Internet-Network
]
ARPSender
DL : 0
利用UDP广播模拟发送ARP报文的程序,可以反映出ARP协议工作的机制。-Use UDP broadcast to send ARP packet simulation procedures, the agreement reflects the work of ARP mechanism.
Date
: 2025-07-06
Size
: 101kb
User
:
czx boris
[
JSP/Java
]
tcp
DL : 0
用java写的tcp数据包发送和接收代码。-Using java to write the tcp packet send and receive code.
Date
: 2025-07-06
Size
: 2kb
User
:
杨敏
[
OS program
]
freeswan-2.06.tar
DL : 0
Linux FreeS/WAN is an implementation of IPSEC & IKE for Linux. IPSEC is Internet Protocol SECurity. It uses strong cryptography to provide both authentication and encryption services. Authentication ensures that packets are from the right sender and have not been altered in transit. Encryption prevents unauthorised reading of packet contents. -Linux FreeS/WAN is an implementation of IPSEC
Date
: 2025-07-06
Size
: 3.2mb
User
:
nihao
[
Sniffer Package capture
]
rawtcpip
DL : 0
This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windows\system32 and run this code. you need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handling in it. Arguments to pass are all type string. Argument list is : Destination IP, Destination Port. Source IP,Source Port, TTL, Flags(URG,ACK,PSH,RST,SYN,FIN) it will return 0 in successfull packet transmission.-This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windowssystem32 and run this code. You need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handling in it. Arguments to pass are all type string. Argument list is: Destination IP, Destination Port. Source IP, Source Port, TTL, Flags (URG, ACK, PSH, RST, SYN, FIN) it will return 0 in successfull packet transmission.
Date
: 2025-07-06
Size
: 41kb
User
:
xunion
[
Software Engineering
]
mps
DL : 0
linux下的多功能发包工具,可以指定IP地址,包大小,协议以及发包间隔等-packet sender under linux,which can specify the IP address,length of packet, protocol, interval and so on.
Date
: 2025-07-06
Size
: 10kb
User
:
arnina
[
Windows Develop
]
ARP2
DL : 0
Raw Arp Packet Sender Useful for learn Arp packet Require Winpcap
Date
: 2025-07-06
Size
: 8kb
User
:
chen_xiao_dao
[
TCP/IP stack
]
packet
DL : 0
This Program is Network Communiction Program. This Program is consist of Sender and Receiver. This code is simplest .
Date
: 2025-07-06
Size
: 105kb
User
:
peace
[
Communication
]
Fragmentation
DL : 0
Program shows packet fragmentation. Sender,Message, Medium, Router, Receiver are 5 classes which simulate realistic communication between sender and receiver over router, Communication uses messages which are fragmented (depending of size parameter). Sender and receiver have individual competition for medium.
Date
: 2025-07-06
Size
: 342kb
User
:
Milan
[
OS program
]
Encryption_Demo
DL : 0
C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-C# encryption and decryption procedures and source code, encryption key two steps, first select the file, step right into a randomly generated encryption key Key, and IV, using the sender' s private key signing random key, use the recipient public key encryption secret keys and signatures, using random key encrypted data packet using the DES algorithm, MD5 summary is generated- " with the sender' s private key signature
Date
: 2025-07-06
Size
: 20kb
User
:
jiangfengmou
[
Internet-Network
]
chatter
DL : 0
网络数据包发送程序,可通过配置发送各种数据包包括 arp 包,tcp包等。-packet sender
Date
: 2025-07-06
Size
: 20kb
User
:
Harvey
[
Communication
]
UDP-sender
DL : 0
UDP发包代码,可通过该代码模仿写socket发包-udp packet send code
Date
: 2025-07-06
Size
: 251kb
User
:
ifindex
[
Internet-Network
]
a-reliable-transport-protocol
DL : 0
采用仿真的方法实现可靠数据传输协议。发送方的协议实体从上层接收用户的报文,封装为分组后由下层发送给对方主机;接收方的协议实体接收到下层交付的分组,判断是否正确、按序接收。如果是,则将数据交付给上层,否则,通过确认机制要求发送方重传分组。-Simulation method used to achieve reliable data transfer protocol. Sender protocol entity receives from the upper user packets, packaged in packets sent from the lower to the other party after the host receiving protocol entity receives a lower packet delivery, to determine whether the correct sequence to receive. If so, the data will be delivered to the upper, or, by identifying the mechanism requires the sender retransmission packet.
Date
: 2025-07-06
Size
: 404kb
User
:
嘉何月
[
Other
]
PacketSender-Linux_2016-03-20
DL : 0
packet sender source code
Date
: 2025-07-06
Size
: 24kb
User
:
synam
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.