Skip to content

Commit

Permalink
Update Packet.Net from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chmorgan committed Jan 14, 2013
1 parent c144e6e commit 28e848d
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Examples/WinPcapRemoteCapture/WinPcapRemoteCapture.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<RootNamespace>WinPcapRemoteCapture</RootNamespace>
<AssemblyName>WinPcapRemoteCapture</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
Expand Down Expand Up @@ -40,8 +39,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="PacketDotNet, Version=0.10.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<Reference Include="PacketDotNet">
<HintPath>..\..\SharpPcap\PacketDotNet\PacketDotNet.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down
Binary file modified SharpPcap/PacketDotNet/PacketDotNet.dll
Binary file not shown.
179 changes: 179 additions & 0 deletions SharpPcap/PacketDotNet/PacketDotNet.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28e848d

Please sign in to comment.