0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tests updated to reflect that the name of a NetworkInterface property has changed. NetworkInterfaceAddresses property renamed to Addresses.
Matt Ward
as mrward
More... almost 19 years ago
Tests updated to reflect that the name of a NetworkInterface property has changed. NetworkInterfaceAddresses property renamed to Addresses.
Matt Ward
as mrward
More... almost 19 years ago
Managed C++ WinPcap library ported to C#. WinPcap accessed via PInvoke calls made to wpcap.dll.
Matt Ward
as mrward
More... almost 19 years ago
Managed C++ WinPcap library ported to C#. WinPcap accessed via PInvoke calls made to wpcap.dll.
Matt Ward
as mrward
More... almost 19 years ago
Added info about the port to C# and various PInvoke issues.
Matt Ward
as mrward
More... almost 19 years ago
Added info about the port to C# and various PInvoke issues.
Matt Ward
as mrward
More... almost 19 years ago
Changed controls FlatStyle to System where appropriate so they use XP Visual Styles.
Matt Ward
as mrward
More... about 19 years ago
Changed controls FlatStyle to System where appropriate so they use XP Visual Styles.
Matt Ward
as mrward
More... about 19 years ago
Added a try-catch when trying to read the network interfaces using WinPcap on opening the settings dialog. If the user had configured the app for WinPcap, closed it down and then re-ran it under a non-admin account you could not open the settings dialog to change the settings.
Matt Ward
as mrward
More... about 19 years ago
Added a try-catch when trying to read the network interfaces using WinPcap on opening the settings dialog. If the user had configured the app for WinPcap, closed it down and then re-ran it under a non-admin account you could not open the settings dialog to change the settings.
Matt Ward
as mrward
More... about 19 years ago
Fixed broken link to message replay page.
Matt Ward
as mrward
More... about 19 years ago
Fixed broken link to message replay page.
Matt Ward
as mrward
More... about 19 years ago
Updated first paragraph.
Matt Ward
as mrward
More... about 19 years ago
Updated first paragraph.
Matt Ward
as mrward
More... about 19 years ago
Fixed "prerequisities" typo.
Matt Ward
as mrward
More... about 19 years ago
Fixed "prerequisities" typo.
Matt Ward
as mrward
More... about 19 years ago
Added info about an article on CodeProject about using a .Net soap extension to monitor soap messages.
Matt Ward
as mrward
More... about 19 years ago
Added info about an article on CodeProject about using a .Net soap extension to monitor soap messages.
Matt Ward
as mrward
More... about 19 years ago
Logging now works for newly created tab views.
Matt Ward
as mrward
More... about 19 years ago
Logging now works for newly created tab views.
Matt Ward
as mrward
More... about 19 years ago
Added a View property, allowing access to the SoapMessagesView object. SoapMessageMonitor.MissedConnectionCaptureEnabled is now set to true by default.
Matt Ward
as mrward
More... about 19 years ago
Added a View property, allowing access to the SoapMessagesView object. SoapMessageMonitor.MissedConnectionCaptureEnabled is now set to true by default.
Matt Ward
as mrward
More... about 19 years ago
Fixed tests so they can be run multiple times in SharpDevelop without rebuilding the code. SharpDevelop does not reload the tests when repeating a test run so any class variables need to be reset in the SetUp or TestFixtureSetUp methods.
Matt Ward
as mrward
More... about 19 years ago
Fixed tests so they can be run multiple times in SharpDevelop without rebuilding the code. SharpDevelop does not reload the tests when repeating a test run so any class variables need to be reset in the SetUp or TestFixtureSetUp methods.
Matt Ward
as mrward
More... about 19 years ago
Added support for multiple soap message monitors. Each configured monitor sends its messages to its own separate view. Each view exists in its own tab on the main form.
Matt Ward
as mrward
More... about 19 years ago
Added support for multiple soap message monitors. Each configured monitor sends its messages to its own separate view. Each view exists in its own tab on the main form.
Matt Ward
as mrward
More... about 19 years ago
If the server does not return xml the text was not being displayed in the main form when pretty printing was enabled. The simple message formatter now does not throw an XmlException when it parses non-xml text.
Matt Ward
as mrward
More... about 19 years ago
If the server does not return xml the text was not being displayed in the main form when pretty printing was enabled. The simple message formatter now does not throw an XmlException when it parses non-xml text.
Matt Ward
as mrward
More... about 19 years ago
Removed text saying that wpcap.dll must be in the path, since it is installed in Windows\System32 and this is always in the path.
Matt Ward
as mrward
More... about 19 years ago
Removed text saying that wpcap.dll must be in the path, since it is installed in Windows\System32 and this is always in the path.
Matt Ward
as mrward
More... about 19 years ago