You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is now possible to mock TCP clients as well! Check the Readme for details.
Additionally, is now also possible to provide an SSLContext instance to VirtualTcpService which allows to programmatically change what protocolos, cyphers, trusted certificates, etc, will the virtual service use for SSL connections.
Now is possible to load wireshark dumps with server and client applications using same IPs (by specifying in sever addres the port), thanks to the contribution of @mdanetzky.
Add support for loading .pcap files and changed -w option to -a in standalone artifact since the address no longer applies to Wireshark only dumps, but also to .pcap files.
Add debugging log when connection is closed by client to ease tracing potential reasons for the client to close the connection (i.e.: waiting for the server to answer, but server not answering due to unexpected client input).
This version fixes bug reported in #1 due to read buffer size being set after flow validation (and not before), and if a flow contained a request bigger than default read buffer, wiresham would fail as detailed in reported issue.