0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 24 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix null reference when formatting non-soap message.
Matt Ward
as mrward
More... almost 13 years ago
Fix null reference exception when non-soap message parsed.
Matt Ward
as mrward
More... almost 13 years ago
Show TCP packet data when showing raw packet data.
Matt Ward
as mrward
More... almost 13 years ago
Updated documentation.
Matt Ward
as mrward
More... almost 15 years ago
Proxy listening ports 32769-65535 are now supported.
Matt Ward
as mrward
More... over 15 years ago
Fixed cross thread exception when using displaying the soap messages.
Matt Ward
as mrward
More... over 15 years ago
Updated build files to use MSBuild 2.0
Matt Ward
as mrward
More... over 15 years ago
No longer put the SoapTrace in the system tray by default.
Matt Ward
as mrward
More... over 15 years ago
No longer using any obsolete .NET 1.1 APIs.
Matt Ward
as mrward
More... over 15 years ago
Fixed null reference exceptions thrown when using the Packet Monitor when no network interfaces are found.
Matt Ward
as mrward
More... over 15 years ago
Initial port to .NET 2.0
Matt Ward
as mrward
More... over 15 years ago
Can now choose to log bytes as a string or as hex values in the debug messages window. This is useful if the data being sent through the proxy is cannot be converted to strings.
Matt Ward
as mrward
More... over 16 years ago
Can now choose to log bytes as a string or as hex values in the debug messages window. This is useful if the data being sent through the proxy is cannot be converted to strings.
Matt Ward
as mrward
More... over 16 years ago
Fixed NAnt 0.85 warning about using the property nant.project.basedir which is obsolete. Script now uses project::get-base-directory().
Matt Ward
as mrward
More... over 17 years ago
Fixed NAnt 0.85 warning about using the property nant.project.basedir which is obsolete. Script now uses project::get-base-directory().
Matt Ward
as mrward
More... over 17 years ago
Updated documentation with information about support for WinPcap 3.1.
Matt Ward
as mrward
More... over 17 years ago
Updated documentation with information about support for WinPcap 3.1.
Matt Ward
as mrward
More... over 17 years ago
Updated version number to 0.6.
Matt Ward
as mrward
More... over 17 years ago
Updated version number to 0.6.
Matt Ward
as mrward
More... over 17 years ago
Updated the version number to 0.3 due to switch to using pcap_findalldevs instead of pcap_findalldevs_ex so the WinPcap .NET library works with WinPcap 3.0 and 3.1.
Matt Ward
as mrward
More... over 17 years ago
Updated the version number to 0.3 due to switch to using pcap_findalldevs instead of pcap_findalldevs_ex so the WinPcap .NET library works with WinPcap 3.0 and 3.1.
Matt Ward
as mrward
More... over 17 years ago
The pcap_findalldevs_ex method has been changed, between version 3.0 and 3.1 of WinPcap, and is no longer compatible. Modified the NetworkInterface class so it uses the older pcap_findalldevs method which works under WinPcap 3.0 and 3.1.
Matt Ward
as mrward
More... over 17 years ago
The pcap_findalldevs_ex method has been changed, between version 3.0 and 3.1 of WinPcap, and is no longer compatible. Modified the NetworkInterface class so it uses the older pcap_findalldevs method which works under WinPcap 3.0 and 3.1.
Matt Ward
as mrward
More... over 17 years ago
Added support for calling the pcap_findalldevs method.
Matt Ward
as mrward
More... over 17 years ago
Added support for calling the pcap_findalldevs method.
Matt Ward
as mrward
More... over 17 years ago
Updated documentation so that it is more visible that WinPcap 3.0 is supported.
Matt Ward
as mrward
More... over 17 years ago
Updated documentation so that it is more visible that WinPcap 3.0 is supported.
Matt Ward
as mrward
More... over 17 years ago
Added deploy scripts specific to my machine.
Matt Ward
as mrward
More... about 18 years ago
Added deploy scripts specific to my machine.
Matt Ward
as mrward
More... about 18 years ago
Fixed bug formatting bug when the soap message contained new line characters instead of a new line and carriage return pair.
Matt Ward
as mrward
More... about 18 years ago