資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?SharpPcap;
using?SharpPcap.WinPcap;
using?System.Threading;
using?PacketDotNet;
using?System.Net;
using?System.Diagnostics;
namespace?DemoPcap
{
????public?partial?class?MainForm?:?Form
????{
????????#region?屬性和字段
????????private?ICaptureDevice?device;//當(dāng)前設(shè)備
????????private?Thread?backgroundThread;//封裝原始包的進(jìn)程
????????private?bool?backgroundThreadStop;//是否手動停止后臺線程
????????private?object?QueueLock?=?new?object();
????????private?List?PacketQueue?=?new?List();//接收的原始包數(shù)據(jù)
????????private?Queue?packetStr
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????189??2017-10-14?18:19??DemoPcap\App.config
?????文件??????24064??2017-10-19?23:12??DemoPcap\bin\Debug\DemoPcap.exe
?????文件????????189??2017-10-14?18:19??DemoPcap\bin\Debug\DemoPcap.exe.config
?????文件??????36352??2017-10-19?23:12??DemoPcap\bin\Debug\DemoPcap.pdb
?????文件??????22696??2017-10-19?23:13??DemoPcap\bin\Debug\DemoPcap.vshost.exe
?????文件????????189??2017-10-14?18:19??DemoPcap\bin\Debug\DemoPcap.vshost.exe.config
?????文件????????490??2015-10-22?09:54??DemoPcap\bin\Debug\DemoPcap.vshost.exe.manifest
?????文件?????220672??2017-10-14?18:35??DemoPcap\bin\Debug\PacketDotNet.dll
?????文件?????561773??2017-10-14?18:35??DemoPcap\bin\Debug\PacketDotNet.xm
?????文件??????86016??2017-10-14?18:35??DemoPcap\bin\Debug\SharpPcap.dll
?????文件?????200308??2017-10-14?18:35??DemoPcap\bin\Debug\SharpPcap.xm
?????文件???????4575??2017-10-14?18:35??DemoPcap\DemoPcap.csproj
?????文件?????220672??2017-10-14?18:35??DemoPcap\Lib\PacketDotNet.dll
?????文件?????561773??2017-10-14?18:35??DemoPcap\Lib\PacketDotNet.xm
?????文件??????86016??2017-10-14?18:35??DemoPcap\Lib\SharpPcap.dll
?????文件?????200308??2017-10-14?18:35??DemoPcap\Lib\SharpPcap.xm
?????文件??????14865??2017-10-19?23:43??DemoPcap\MainForm.cs
?????文件??????19787??2017-10-19?23:04??DemoPcap\MainForm.Designer.cs
?????文件???????6212??2017-10-19?23:04??DemoPcap\MainForm.resx
?????文件????????859??2017-10-19?23:13??DemoPcap\obj\Debug\DemoPcap.csproj.FileListAbsolute.txt
?????文件???????1016??2017-10-19?23:05??DemoPcap\obj\Debug\DemoPcap.csproj.GenerateResource.Cache
?????文件??????10930??2017-10-14?23:39??DemoPcap\obj\Debug\DemoPcap.csprojResolveAssemblyReference.cache
?????文件??????24064??2017-10-19?23:12??DemoPcap\obj\Debug\DemoPcap.exe
?????文件????????180??2017-10-19?23:05??DemoPcap\obj\Debug\DemoPcap.MainForm.resources
?????文件??????36352??2017-10-19?23:12??DemoPcap\obj\Debug\DemoPcap.pdb
?????文件????????180??2017-10-14?18:42??DemoPcap\obj\Debug\DemoPcap.Properties.Resources.resources
?????文件???????1464??2017-10-15?17:29??DemoPcap\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7473??2017-10-14?18:35??DemoPcap\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2017-10-14?18:19??DemoPcap\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2017-10-14?18:19??DemoPcap\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
............此處省略19個文件信息
評論
共有 條評論