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
Added tests.
Matt Ward
as mrward
More... over 19 years ago
WordWrap set to false for RichTextBox. Tests can now specify a range of text to format instead of the entire string.
Matt Ward
as mrward
More... over 19 years ago
Added new tests for the RichTextBoxXml class.
Matt Ward
as mrward
More... over 19 years ago
Added tests for the XmlFormatter class.
Matt Ward
as mrward
More... over 19 years ago
Added tests for the FormattedTextItem class.
Matt Ward
as mrward
More... over 19 years ago
Added new tests for the RichTextBoxHttpHeader class.
Matt Ward
as mrward
More... over 19 years ago
Added new tests for the RichTextBoxFormatter class.
Matt Ward
as mrward
More... over 19 years ago
New tests for the HttpHeader class.
Matt Ward
as mrward
More... over 19 years ago
Close method no longer attempts to close a device handle (m_OpenNetworkInterface) if it is NULL. This caused an exception if the network interface class's Close method was called without a call to Open first.
Matt Ward
as mrward
More... over 19 years ago
Added test that checks that the NetworkInterface class does not throw an exception if it is closed without being opened first.
Matt Ward
as mrward
More... over 19 years ago
Added some design notes on text colour/font formatting in the MainForm.
Matt Ward
as mrward
More... over 19 years ago
Added a new class RichTextBoxXmlFormatter and associated tests. This class will eventually be used to format any soap messages in on display in the main form's rich text box.
Matt Ward
as mrward
More... over 19 years ago
The SoapPacketMonitor now uses WinPcap or RawSockets for packet capture.
Matt Ward
as mrward
More... over 19 years ago
The settings form can now be used to configure RawSockets aswell as WinPcap for packet capture.
Matt Ward
as mrward
More... over 19 years ago
The UsePacketCapture property has been replaced with the two properties UseRawSockets and UseWinPcap.
Matt Ward
as mrward
More... over 19 years ago
Minor whitespace addition.
Matt Ward
as mrward
More... over 19 years ago
The UsePacketCapture config property has been replaced with the two properties UseRawSockets and UseWinPcap.
Matt Ward
as mrward
More... over 19 years ago
Added two new classes. TcpPacketFilter and RawSocket.
Matt Ward
as mrward
More... over 19 years ago
Simple wrapper class for a Windows Raw Socket.
Matt Ward
as mrward
More... over 19 years ago
Initial revision of the TcpPacketFilter. Dumps/accepts raw Tcp packets based on their destination/source address and port.
Matt Ward
as mrward
More... over 19 years ago
Added a new test fixture to test the TcpPacketFilter.
Matt Ward
as mrward
More... over 19 years ago
New test fixture for the new TcpPacketFilter class.
Matt Ward
as mrward
More... over 19 years ago
Added a test for the SoapMessage.MessageLength property.
Matt Ward
as mrward
More... over 19 years ago
Added a MessageLength property which gives the number of bytes in the message body.
Matt Ward
as mrward
More... over 19 years ago
Fixed the Debug.Assert which was incorrect.
Matt Ward
as mrward
More... over 19 years ago
Initial revision of a simple Code Project Web Services client.
Matt Ward
as mrward
More... over 19 years ago
Added new overloaded constructor of the form Packet(Byte[] bytes, int startIndex, int length). This allows the caller to pass in a range of bytes from the byte array.
Matt Ward
as mrward
More... over 19 years ago
PacketMonitor now uses the SoapTrace.Core.Communication.RawSocket class instead of its own Socket code.
Matt Ward
as mrward
More... over 19 years ago
The Packet Monitor can now use WinPcap or Windows raw sockets for capturing packets. Network interfaces are now displayed in the UI and an individual IP address or network device can be chosen for monitoring.
Matt Ward
as mrward
More... over 19 years ago
Updated copyright year.
Matt Ward
as mrward
More... over 19 years ago