Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SharpPcap-4.1.0.bin.zip | 2012-04-13 | 358.7 kB | |
SharpPcap-4.1.0.src.zip | 2012-04-13 | 732.2 kB | |
README | 2012-04-13 | 2.6 kB | |
Totals: 3 Items | 1.1 MB | 1 |
SharpPcap ChangeLog v4.0.0 -> v4.1.0 http://sharppcap.sourceforge.net Chris Morgan <chmorgan@gmail.com> commit b5a1d3c9ad4fc64b97ad30f31fa1318f04e2536a Author: Chris Morgan <chmorgan@gmail.com> Date: Thu Apr 12 21:53:56 2012 -0400 Update PacketDotNet with version 0.12.0 commit 15e95f2580c9250583d72e4e0a8237c52a6d6399 Author: Chris Morgan <chmorgan@gmail.com> Date: Thu Apr 12 21:51:26 2012 -0400 Update assembly info to 4.1.0 commit 47032793905337c67484ca02ae424dcca774417f Author: Chris Morgan <chmorgan@gmail.com> Date: Tue Mar 20 21:32:21 2012 -0400 CaptureFileWriterDevice.Close() should call pcap_dump_close() to close the dump handle. Also added a unit test to verify that the file is properly closed commit 0917c926d7902b74fe2d2d4441fb4c379cb29741 Author: Chris Morgan <chmorgan@gmail.com> Date: Mon Mar 19 20:13:07 2012 -0400 AirPcapDeviceList.Refresh() should call WinPcapDeviceList.Refresh() as the AirPcap device list is built using the WinPcapDeviceList. Without calling WinPcapDeviceList.Refresh() AirPcapDeviceList.Refresh() isn't refreshing. Bug spotted by Alan Rushforth<alan.rushforth@gmail.com> commit 4579b6c0a8b0789c151fb69f58e7b633bfbf72f6 Author: Tim Cowell <tccowell@gmail.com> Date: Fri Feb 24 00:57:28 2012 -0500 Corrected setting of packetDotNetLinkLayer when 802.11 commit 7518e7259914dff197b4ef74dc50db9935f9381a Author: Tim Cowell <tccowell@gmail.com> Date: Fri Feb 24 00:56:26 2012 -0500 Added ability to get and set airpcap device chanel using a frequency commit ebeddaacecd53fd72400da29fb30e69e47b4188d Author: Chris Morgan <chmorgan@gmail.com> Date: Sat Nov 19 18:43:36 2011 -0500 Update synchronize_site_docs script for changes in where sourceforge locates their files commit 06fa46d46875ca7a3e9c3a577bcdb05141116e33 Author: Chris Morgan <chmorgan@gmail.com> Date: Sat Aug 13 21:38:20 2011 -0400 Bump assembly version up to 4.0.1 commit aba5731f05e1c636c471800f004fdbb6ee0a1df2 Author: Chris Morgan <chmorgan@gmail.com> Date: Sat Aug 13 21:35:33 2011 -0400 Make PcapDevice.SendPacketArrivalEvent() a virtual method so WinPcap can override it to handle statistics mode. Fixes a bug that a user reported on StackOverflow where the statistics event was never fired. Was caused by the PcapDevice capture loop never calling the SendPacketArrivalEvent of the derived class due to it not being virtual commit d84f50e360728cd6939ba2e9504b91d75c30c597 Author: Chris Morgan <chmorgan@gmail.com> Date: Tue Sep 13 21:18:00 2011 -0400 Updates for 4.0 and how much faster 4.0 is than 3.7