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
Add support for .pcap files
Additionally, rename -w option to -a to avoid confusion since now the parameter is not only used for Wireshark dumps, but also pcap files.
Add debugging information when connection is closed by client
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).
Fix standalone artifact definition and startup logic
Add missing manifest entry for main class in standalone artifact, and invoke start method which hosts socket setup logic which was missing. Additionally, include a new option on standalone to be able to trace potential issues when receiving packets.