0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Find method which locates a SoapPacketClient via its LocalEndPoint string.
Matt Ward
as mrward
More... over 19 years ago
Added two new properties, Id and LocalEndPoint.
Matt Ward
as mrward
More... over 19 years ago
Added two new properties, Id and LocalEndPoint.
Matt Ward
as mrward
More... over 19 years ago
Added the PacketReceived and IPPacketReceived events.
Matt Ward
as mrward
More... over 19 years ago
Added the PacketReceived and IPPacketReceived events.
Matt Ward
as mrward
More... over 19 years ago
TcpConnection class renamed to TcpSocketConnection.
Matt Ward
as mrward
More... over 19 years ago
Added the logic to match a response to a request. This was previously in the SoapTraceApplication class.
Matt Ward
as mrward
More... over 19 years ago
Added the logic to match a response to a request. This was previously in the SoapTraceApplication class.
Matt Ward
as mrward
More... over 19 years ago
Added Source IP address/port property.
Matt Ward
as mrward
More... over 19 years ago
Added Source IP address/port property.
Matt Ward
as mrward
More... over 19 years ago
The TcpConnection has been renamed to TcpSocketConnection to emphasise that it represents a tcp connected socket and does not just represent the idea of a tcp connection.
Matt Ward
as mrward
More... over 19 years ago
The TcpConnection has been renamed to TcpSocketConnection to emphasise that it represents a tcp connected socket and does not just represent the idea of a tcp connection.
Matt Ward
as mrward
More... over 19 years ago
Added a Source property. This is set to the IP address/port of the client that sent the message.
Matt Ward
as mrward
More... over 19 years ago
Added new classes to support the saving/loading of captured packets via the Packet Viewer.
Matt Ward
as mrward
More... over 19 years ago
Configuration now retrieved from the local machine (LocalUserAppDataPath) rather than the roamed user settings.
Matt Ward
as mrward
More... over 19 years ago
Added tests for the SoapHeader.IsHttpStartLine method.
Matt Ward
as mrward
More... over 19 years ago
Added IsHttpStartLine method which checks the first line of a set of bytes to see if it is a Http header.
Matt Ward
as mrward
More... over 19 years ago
Integrated the packet viewer.
Matt Ward
as mrward
More... over 19 years ago
Added new Source IP/Port column to the list view.
Matt Ward
as mrward
More... over 19 years ago
Added PacketViewer code.
Matt Ward
as mrward
More... over 19 years ago
Added a way to view the raw data packets received when using packet capture for debugging purposes. Tools->Options->Packet Viewer.
Matt Ward
as mrward
More... over 19 years ago
Added extra TODO items and completed items.
Matt Ward
as mrward
More... over 19 years ago
Reordered the form's buttons.
Matt Ward
as mrward
More... over 19 years ago
New config property MissedConnectionCaptureEnabled added.
Matt Ward
as mrward
More... over 19 years ago
Minor formatting change.
Matt Ward
as mrward
More... over 19 years ago
TcpConnection renamed to TcpSocketConnection.
Matt Ward
as mrward
More... over 19 years ago
TcpConnection renamed to TcpSocketConnection.
Matt Ward
as mrward
More... over 19 years ago
MainForm now has a configuration object, added as a property to the SoapTraceConfiguration, which is saved/loaded in the user settings xml file.
Matt Ward
as mrward
More... over 19 years ago
Added new configuration property MissedConnectionCaptureEnabled.
Matt Ward
as mrward
More... over 19 years ago
Minor comment change.
Matt Ward
as mrward
More... over 19 years ago