Pcap.Net - May 2016 Release
Version 1.0.4
May 21st, 2016 release of the Pcap.Net framework.
Files
- Pcap.Net.DevelopersPack.1.0.4.zip - Includes all the Pcap.Net Tutorial example projects source files, the binaries in a 3rdParty directory and the documentation. It includes two versions - x86 (32 bit) version and x64 (64 bit) version (only the binaries are different).
- Pcap.Net.Binaries.1.0.4.zip - The x86 (32 bit) and x64 (64 bit) binaries.
- Pcap.Net.Documentation.1.0.4.zip - The documentation.
- Pcap.Net.Source.1.0.4.zip - The source files.
Changes
- Using .NET 4.5 (and Visual Studio 2013).
- Packet Interpretation:
- Add Packet.OriginalLength property to tell what was the length of the packet off wire and not just the captured part.
- Support IPv4 Large Segment Offload.
- Support IGMP Version 0.
- Throw an exception when creating a DataSegment with null buffer.
- Avoid returning negative Padding when the Ethernet's payload is big enough.
- Throw an exception when trying to Build an IPv6 packet which is too long.
- .NET wrap for WinPcap:
- Better error messages when failing to open a .pcap file.