Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SharpPcap-3.7.0.bin.zip | 2011-08-05 | 275.8 kB | |
SharpPcap-3.7.0.src.zip | 2011-08-05 | 698.6 kB | |
README | 2011-08-05 | 3.5 kB | |
Totals: 3 Items | 977.9 kB | 0 |
SharpPcap ChangeLog v3.6.0 -> v3.7.0 http://sharppcap.sourceforge.net Chris Morgan <chmorgan@gmail.com> commit b3210031ef27d221f0fd1078c20bd3dbc2842ee4 Author: Chris Morgan <chmorgan@gmail.com> Date: Thu Aug 4 21:01:53 2011 -0400 Update ReleaseProcess to reflect renaming the release file after upload so the SourceForge system picks it up as containing the release notes commit 4d451117eca34c6ae0eccd4dcf8fc6b9e530edfc Author: Chris Morgan <chmorgan@gmail.com> Date: Thu Aug 4 20:41:37 2011 -0400 Update assembly version from 3.6.0 to 3.7.0 commit 58819f39e7ee8a8c5bc93de830fee8cadd34b81d Author: Chris Morgan <chmorgan@gmail.com> Date: Thu Aug 4 20:38:26 2011 -0400 Update Packet.Net to 0.10.0 release commit f8d8d54e0104dff5163e5b21481e3ad61a41e1b1 Author: Chris Morgan <chmorgan@gmail.com> Date: Thu Aug 4 20:05:00 2011 -0400 Cache the LinkType and open status. Caching the LinkType eliminates a call to LibPcapSafeNativeMethods.pcap_datalink() for each packet received via GetNextPacket() commit d495c6d2aab34c4f99fd94468b9d2d140be2e7e0 Author: Chris Morgan <chmorgan@gmail.com> Date: Thu Aug 4 20:01:43 2011 -0400 Add packet index to the readfile example 8. Knowing the packet index is important when debugging issues with SharpPcap or Packet.Net commit 7919f1bd5458babc1299f6a54f751ec5d97ec275 Author: Chris Morgan <chmorgan@gmail.com> Date: Mon Aug 1 19:31:03 2011 -0400 Add a benchmark for packet processing so we can measure performance changes to the core library commit 3c2a1018b5ad460e5d6cba5772e05d22909b1499 Author: Chris Morgan <chmorgan@gmail.com> Date: Tue Apr 12 21:11:52 2011 -0400 Adjust the namespaces of the examples to move them out of the SharpPcap namespace to better reflect how users will use the library. Having the examples in the SharpPcap namespace meant the syntax wasn't reflecting normal usage commit c060c9045b4fca27e82388cb4af0c4284da7e609 Author: Chris Morgan <chmorgan@gmail.com> Date: Wed Apr 6 20:36:07 2011 -0400 Improve CaptureDeviceList to fix CaptureDeviceList.New() functionality commit 4ef6ababf66a382c60f21e83dd2ab9114209cea2 Author: Chris Morgan <chmorgan@gmail.com> Date: Wed Apr 6 20:16:57 2011 -0400 Print out the device name in Example3.BasicCap commit 1501619f3d3276a2290aaed0c8c77d2c22882a59 Author: Chris Morgan <chmorgan@gmail.com> Date: Wed Apr 6 20:13:33 2011 -0400 Add a static New() method to WinPcapDeviceList to match the other device list classes commit 6b54597a98a9169368539890fe2a4872ed510ee4 Author: Chris Morgan <chmorgan@gmail.com> Date: Wed Apr 6 20:12:47 2011 -0400 Update PacketDotNet version from 0.8.0.0 to 0.9.0.0 commit 3597f45cc2cda0c99f6fe9aeb123ba43ee566f3a Author: Chris Morgan <chmorgan@gmail.com> Date: Wed Apr 6 20:05:26 2011 -0400 Improve the MultipleFiltersOnDevice test by printing out the filter values and the device name commit 0a665864733922fe3ae0d079cef16695b0f22243 Author: Chris Morgan <chmorgan@gmail.com> Date: Wed Apr 6 18:24:02 2011 -0400 Rename Sockaddr.Type to Sockaddr.AddressTypes to allow vb.net users to differentiate between Sockaddr.type and Sockaddr.AddressTypes as vb.net is case-insensitive. Reported by sf user urmel commit 8575f94c266c735c31383748ce8f0d21522dd7fa Author: Chris Morgan <chmorgan@gmail.com> Date: Wed Apr 6 18:18:19 2011 -0400 Fix pinvoke prototype for pcap_open_offline() so parameter types and names match the libpcap/winpcap definition of this function. Bug reported by sf user candritzky