In this article, I will explain how to create UDP packets and then send them to a remote server thro

源代码在线查看: rawpacket.sln

软件大小: 30 K
上传用户: yubo0808140725
关键词: article explain packets create
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				Microsoft Visual Studio Solution File, Format Version 10.00
				# Visual Studio 2008
				Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RawPacket", "RawPacket\RawPacket.vcproj", "{4E162FA7-2306-48BD-B30C-98F7B3E28FC4}"
				EndProject
				Global
					GlobalSection(SolutionConfigurationPlatforms) = preSolution
						Debug|Win32 = Debug|Win32
						Release|Win32 = Release|Win32
					EndGlobalSection
					GlobalSection(ProjectConfigurationPlatforms) = postSolution
						{4E162FA7-2306-48BD-B30C-98F7B3E28FC4}.Debug|Win32.ActiveCfg = Release|Win32
						{4E162FA7-2306-48BD-B30C-98F7B3E28FC4}.Debug|Win32.Build.0 = Release|Win32
						{4E162FA7-2306-48BD-B30C-98F7B3E28FC4}.Release|Win32.ActiveCfg = Release|Win32
						{4E162FA7-2306-48BD-B30C-98F7B3E28FC4}.Release|Win32.Build.0 = Release|Win32
					EndGlobalSection
					GlobalSection(SolutionProperties) = preSolution
						HideSolutionNode = FALSE
					EndGlobalSection
				EndGlobal
							

相关资源