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
acbfb27f
Commit
acbfb27f
authored
Sep 19, 2009
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.3.0
parent
ea9c5f55
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
42 additions
and
44 deletions
+42
-44
AssemblyInfo.cs
...Pack/src/CaptureInvalidPackets/Properties/AssemblyInfo.cs
+2
-3
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
-3
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 @
acbfb27f
...
...
@@ -31,6 +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.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.3.0.*")]
[assembly: AssemblyFileVersion("0.3.0.0")]
PcapDotNet.DevelopersPack/src/CapturingThePacketsWithoutTheCallback/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/GatheringStatisticsOnTheNetworkTraffic/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/InterpretingThePackets/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/ObtainingAdvancedInformationAboutInstalledDevices/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/ObtainingTheDeviceList/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/OpeningAnAdapterAndCapturingThePackets/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/ReadingPacketsFromADumpFile/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/SavingPacketsToADumpFile/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/SendingASinglePacketWithSendPacket/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/SendingPacketsUsingSendBuffer/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet.DevelopersPack/src/UsingLinq/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -31,6 +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.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.3.0.*")]
[assembly: AssemblyFileVersion("0.3.0.0")]
PcapDotNet/src/PcapDotNet.Base.Test/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet/src/PcapDotNet.Base/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -32,7 +32,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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
[assembly: CLSCompliant(false)]
\ No newline at end of file
PcapDotNet/src/PcapDotNet.Core.Extensions/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -32,7 +32,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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
[assembly: CLSCompliant(false)]
PcapDotNet/src/PcapDotNet.Core.Test/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet/src/PcapDotNet.Core/Properties/AssemblyInfo.cpp
View file @
acbfb27f
...
...
@@ -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
(
"0.
2
.0.*"
)];
[
assembly
:
AssemblyFileVersionAttribute
(
"0.
2
.0.0"
)]
[
assembly
:
AssemblyVersionAttribute
(
"0.
3
.0.*"
)];
[
assembly
:
AssemblyFileVersionAttribute
(
"0.
3
.0.0"
)]
[
assembly
:
ComVisible
(
false
)];
...
...
PcapDotNet/src/PcapDotNet.Packets.Test/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet/src/PcapDotNet.Packets.TestUtils/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
PcapDotNet/src/PcapDotNet.Packets/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -32,7 +32,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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.0")]
[assembly:CLSCompliant(false)]
PcapDotNet/src/PcapDotNet.TestUtils/Properties/AssemblyInfo.cs
View file @
acbfb27f
...
...
@@ -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("0.
2
.0.*")]
[assembly: AssemblyFileVersion("0.
2
.0.0")]
[assembly: AssemblyVersion("0.
3
.0.*")]
[assembly: AssemblyFileVersion("0.
3
.0.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