Skip to content

Pcap.Net 1.0.2 (76195)

Compare
Choose a tag to compare
@bricknerb bricknerb released this 17 Mar 07:31
· 101 commits to master since this release

Pcap.Net - January 2015 Release

Version 1.0.2 (Change Set 76195)

January 30th, 2015 release of the Pcap.Net framework.

Files

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

Changes

  • Packet Interpretation:
    • Add EthernetDatagram.Padding property.
    • Rename TrailerWithFrameCheckSequence to ExtraData.
    • Add MaximumTransmissionUnitProbe to the list of IPv4 option types, but no support for it yet.
    • Fix IPv4 and IPv6 QuickStart Option so that Nonce doesn't include the reserved bits.
    • Fix IpV6MobilityOptionContextRequest to include the reserved field.
    • Fix RFC reference in IpV6MobilityOptionIpV6AddressPrefix.
    • Add support for the TCP Authentication Option. Made by jeffke!.
    • Add TcpDatagram.IsNonceSum property.
    • Improve TCP documentation (use the same field overview format used in Datagrams in TCP options).
    • More complete documentation of HttpDatagram format.
    • Fix DnsResourceDataNextDomain bug, which resulted in wrong results in IsTypePresentForOwner() and CreateTypeBitmap().
    • Fix UInt128 Parsing from hexa and ToString() to hexa to handle the extra 0 used in BigInteger correctly.