Pcap.Net Changelog

What's new in Pcap.Net 1.0.4

Jun 14, 2021
  • 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.