Skip to content

Pcap.Net 0.8.0 (54547)

Compare
Choose a tag to compare
@bricknerb bricknerb released this 17 Mar 06:56
· 389 commits to master since this release

Pcap.Net - January 2011 Release

Version 0.8.0 (Change Set 54547)

January 5th, 2011 release of the Pcap.Net framework.

Files

  • Pcap.Net.DevelopersPack.0.8.0.54547.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.0.8.0.54547.zip - The x86 (32 bit) and x64 (64 bit) binaries.
  • Pcap.Net.Documentation.0.8.0.54547.zip - The documentation.

Changes

  • .NET wrap for WinPcap:
    • Upgrade to WinPcap 4.1.2.
    • Added support for PacketCommunicator.SupportedDataLinks property.
    • Added overload for PacketDumpFile.Dump() with DataLinkKind instead of PcapDataLink.
    • Added DOCSIS to DataLinkKind enum.
  • Packet Interpretation:
    • Basic HTTP support.
    • IPv4 over IPv4 support (thanks wolfson292).
    • Added automatic IP ethernet type if IPv4 layer comes after Ethernet layer.
    • Added Mood TCP Option (RFC5841).
    • Fixed ICMP message types values for AddressMaskRequest and AddressMaskReply.
    • Added IGMP message type MulticastTracerouteResponse.