-
SOCKET 底层协议数据结构
如:
/*
IP Header
RFC
SOCKET 底层协议数据结构
如:
/*
IP Header
RFC-791
0 3 7 15 31
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Version| IHL |Type of Service| Total Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Identification | Flags | Fragment Offset |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Time to Live | Protocol | Header Checksum |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Source Address |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Destination Address |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Options | Padding |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/-SOCKET underlying protocol data structures such as:/* IP HeaderRFC-7910 3 7 15 31+-+-+-+-+-+-+-+-+-+-+-2B !-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+ | Version | IHL | Type of Service | Total Length |+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-+
- 2022-03-14 02:24:14下载
- 积分:1
-
基于单异步对话框的软件。初步研究…
基于ipv6的单框异步对话软件。对于初步学习ipv6的有帮助-based on the single asynchronous dialogue box software. Preliminary study for the help ipv6
- 2022-02-04 08:26:06下载
- 积分:1
-
将图片以网页的形式在MFC 多文档程序中浏览。
将图片以网页的形式在MFC 多文档程序中浏览。-use mfc view the pictures in the form of html.
- 2022-07-21 13:17:15下载
- 积分:1
-
端口扫描是一种指定单个端口或多个端口的地址的权利…
端口扫描是一个能够对指定IP地址的单个端口或者多个端口进行扫描的程序;
-port scan is a right to specify the IP addresses of individual ports or multiple port scanning procedures;
- 2022-08-04 08:59:32下载
- 积分:1
-
一个简单的TCP服务器,侦听任意端口。查看有连接,答:
一个简单的TCP服务器, 可以侦听任意端口。 查看已有连接,并查看通讯数据。可以方便的发送数据给其中的连接。 是软件开发的好帮手-a simple TCP server, the interception arbitrary ports. View have connectivity, and data communications View. Convenience can send data to the link. Software development is a good helper
- 2022-03-26 13:32:28下载
- 积分:1
-
一款可以媲美EtherDetect Packet Sniffer的抓包工具,帮你分析TCP/UDP网络协议。
主要特色:
1。线索式分组显示
2。多...
一款可以媲美EtherDetect Packet Sniffer的抓包工具,帮你分析TCP/UDP网络协议。
主要特色:
1。线索式分组显示
2。多包重组-A EtherDetect Packet Sniffer can be comparable to the capture tools help you analyze TCP/UDP network protocol. Main features: 1. Trail-style grouping display 2. The reorganization of multi-packet
- 2023-08-23 12:25:04下载
- 积分:1
-
C language of the UDP socket programming, please studies
用C语言实现的UDP协议的socket编程,请大家研究研究-C language of the UDP socket programming, please studies
- 2022-02-21 11:07:34下载
- 积分:1
-
基于API的Socket动态库的导出函数。
基于API的Socket动态库的导出函数。-based on the Socket API DLL function of the derived.
- 2022-02-11 11:42:47下载
- 积分:1
-
获取远程机器名与Mac地址
获取远程机器名与Mac地址- Gains the long-distance machine name and the Mac address
- 2022-08-10 21:25:07下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
- 2023-01-29 23:25:03下载
- 积分:1