abstracta / wiresham

Simple TCP service mocking tool for replaying https://www.wireshark.org and http://www.tcpdump.org captured service traffic
Apache License 2.0
65 stars 11 forks source link

Auto reload #14

Closed Baraujo25 closed 2 years ago

Baraujo25 commented 2 years ago

While working with Wiresham I noticed that I had to restart the service every time the flow was modified. Therefore a concept 'Auto Reload' came up.

Auto Reload functionality will force all new connections to use the new version of the provided dump file. On the other side, connections that are already established, their flow won't change.