Version | Change log |
SharpPcap 4.0.0 Sep 14, 2011 |
· Update PacketDotNet from 0.10.0 to 0.11.0 commit · we track changes in git right now commit · Bump assembly version up to 4.0.0 commit · Improve the WinformsExample example by adding a textbox below the captured packets list that shows the text output of the selected packet after parsing commit · Add unit tests for ICaptureDevice vs. a specfic device type and for unsafe code commit · Fix indentation commit · Fix a compile error in PcapDevice.MarshalRawPacket commit · Resize and align PcapHeader to improve conversion performance. · Switch PcapHeader properties to fields, profiling shows a ~2.5% performance improvement · Enable pdb output and debug symbols for release builds of SharpPcap. · Remove unused NotSupportedOnOfflineDeviceException. Replaced with NotSupportedOnCaptureFileException during the capture file reader/writer cleanup. |