Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pcap-Net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Pcap-Net
Commits
763dea39
Commit
763dea39
authored
Mar 13, 2015
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 1.0.3.
parent
47706f91
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
43 additions
and
43 deletions
+43
-43
AssemblyInfo.cs
...Pack/src/CaptureInvalidPackets/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...ngThePacketsWithoutTheCallback/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...gStatisticsOnTheNetworkTraffic/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...ack/src/InterpretingThePackets/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...formationAboutInstalledDevices/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...ack/src/ObtainingTheDeviceList/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...nAdapterAndCapturingThePackets/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...rc/ReadingPacketsFromADumpFile/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...k/src/SavingPacketsToADumpFile/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...ingASinglePacketWithSendPacket/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
.../SendingPacketsUsingSendBuffer/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...t.DevelopersPack/src/UsingLinq/Properties/AssemblyInfo.cs
+2
-2
PcapDotNet.shfbproj
PcapDotNet/doc/PcapDotNet.shfbproj
+1
-1
AssemblyInfo.cs
...otNet/src/PcapDotNet.Base.Test/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
PcapDotNet/src/PcapDotNet.Base/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...src/PcapDotNet.Core.Extensions/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...otNet/src/PcapDotNet.Core.Test/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cpp
PcapDotNet/src/PcapDotNet.Core/Properties/AssemblyInfo.cpp
+2
-2
AssemblyInfo.cs
...et/src/PcapDotNet.Packets.Test/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...c/PcapDotNet.Packets.TestUtils/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
PcapDotNet/src/PcapDotNet.Packets/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
...otNet/src/PcapDotNet.TestUtils/Properties/AssemblyInfo.cs
+2
-2
No files found.
PcapDotNet.DevelopersPack/src/CaptureInvalidPackets/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/CapturingThePacketsWithoutTheCallback/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/GatheringStatisticsOnTheNetworkTraffic/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/InterpretingThePackets/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/ObtainingAdvancedInformationAboutInstalledDevices/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/ObtainingTheDeviceList/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/OpeningAnAdapterAndCapturingThePackets/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/ReadingPacketsFromADumpFile/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/SavingPacketsToADumpFile/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/SendingASinglePacketWithSendPacket/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/SendingPacketsUsingSendBuffer/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet.DevelopersPack/src/UsingLinq/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet/doc/PcapDotNet.shfbproj
View file @
763dea39
...
...
@@ -33,7 +33,7 @@
<CppCommentsFixup>
True
</CppCommentsFixup>
<HelpTitle>
Pcap.Net Documented Class Library
</HelpTitle>
<MissingTags>
None
</MissingTags>
<HelpFileVersion>
1.0.
2
.0
</HelpFileVersion>
<HelpFileVersion>
1.0.
3
.0
</HelpFileVersion>
<RootNamespaceContainer>
False
</RootNamespaceContainer>
<ShowFeedbackControl>
False
</ShowFeedbackControl>
<IndentHtml>
False
</IndentHtml>
...
...
PcapDotNet/src/PcapDotNet.Base.Test/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet/src/PcapDotNet.Base/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
[assembly: CLSCompliant(false)]
\ No newline at end of file
PcapDotNet/src/PcapDotNet.Core.Extensions/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
[assembly: CLSCompliant(false)]
PcapDotNet/src/PcapDotNet.Core.Test/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet/src/PcapDotNet.Core/Properties/AssemblyInfo.cpp
View file @
763dea39
...
...
@@ -29,8 +29,8 @@ using namespace System::Security::Permissions;
// You can specify all the value or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[
assembly
:
AssemblyVersionAttribute
(
"1.0.
2
.*"
)];
[
assembly
:
AssemblyFileVersionAttribute
(
"1.0.
2
.0"
)]
[
assembly
:
AssemblyVersionAttribute
(
"1.0.
3
.*"
)];
[
assembly
:
AssemblyFileVersionAttribute
(
"1.0.
3
.0"
)]
[
assembly
:
ComVisible
(
false
)];
...
...
PcapDotNet/src/PcapDotNet.Packets.Test/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet/src/PcapDotNet.Packets.TestUtils/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
PcapDotNet/src/PcapDotNet.Packets/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
[assembly:CLSCompliant(false)]
PcapDotNet/src/PcapDotNet.TestUtils/Properties/AssemblyInfo.cs
View file @
763dea39
...
...
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.
2
.*")]
[assembly: AssemblyFileVersion("1.0.
2
.0")]
[assembly: AssemblyVersion("1.0.
3
.*")]
[assembly: AssemblyFileVersion("1.0.
3
.0")]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment