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
When you have captured a packet log in packetry, it will overwrite that log without warning if you then click on the record button.
It may be beneficial to add a warning msgbox to let the user know that they will lose their current packet log if they proceed. This is similar to how wireshark currently treats this situation.
The msgbox could have a tickbox to "do not warn me anymore this session".
Also if the packet log was already saved to disk somewhere, then perhaps the warning msg would not be needed.
The text was updated successfully, but these errors were encountered:
I think the best solution here is probably to add support for having multiple captures open at once (e.g. with a tabbed UI), and then the record button can always start a new capture, without having to dispose of the previous one first.
I'd specifically like to avoid a dialog preventing the record button taking immediate effect.
When debugging hard-to-reproduce issues, it can sometimes take hours or even days to reproduce a problem. Hitting record on a capture device is like pressing the shutter on a camera - it needs to work immediately, or the moment you were trying to capture is lost.
When exiting with unsaved capture data, a dialog makes sense.
When you have captured a packet log in packetry, it will overwrite that log without warning if you then click on the record button.
It may be beneficial to add a warning msgbox to let the user know that they will lose their current packet log if they proceed. This is similar to how wireshark currently treats this situation.
The msgbox could have a tickbox to "do not warn me anymore this session".
Also if the packet log was already saved to disk somewhere, then perhaps the warning msg would not be needed.
The text was updated successfully, but these errors were encountered: