-
-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Allow freezing/halting of capture, to have steady data to explore #551
Comments
Thanks for your suggestion. However, as you may have noticed, you can sort the table by packets or bytes exchanged and that will give you a much more stable view. In case the table isn't sorted, the default behaviour is to show the most recent entries, so it doesn't make much sense to stop it in my opinion; freezing the capture would also be counterintuitive I think because it could introduce some misunderstandings about the status of the capture: the capture is running while the view is freezed. |
After better thinking about this one, I came to the following conclusions:
This being said, I think that points 1) and 2) make it clear that there are other solutions to have steady data to explore. |
Thanks for thinking this through! My idea was to halt the entire capture. Then I can inspect whatever I've captured. So that's version 4 in your list. That's perfectly good! While there might be workarounds, i.e. using a different program to view what was captured, isn't the whole idea of sniffnet to allow convenient viewing right there 😀 I've discovered the sorting workaround as well, but it's a bit annoying still and imperfect. |
To give an example of why this would be wanted. I've just started playing around with this tool, and ran into the scenario where i wished to favorite a few connections However, in the "live" data, this was extremely hard to do as things shifted around as you try to click the star, causing the wrong line to be marked. I would agree that pausing only makes sense with version 4 you mention. While i figured out the same sort solution, a pause button may be more intuitive in cases like this. In general i think your correct that a pause is basically a stop and restart from the same network adaptor. And this means that the main benefit desired from the "pause" seems to be for the previous run data to still be displayed after the stop. As apposed to current behavior, where stopping returns to adaptor selection screen, and data needs to be viewed outside the tool |
Thank you @erieflin for your feedback, really appreciated! |
Is there an existing issue for this?
Describe the solution you'd like
I love sniffnet, great tool!
One thing I'm missing is the ability to halt/freeze/"stop the world" to explore what's been captured in detail.
Right now, the data refreshes every second, making it hard to read/explore. I've looked for such a feature in the docs/help but couldn't find anything.
Is your feature request related to a problem?
I'm always frustrated when I try to read a table and the table rerenders the second I move to another column.
Try staying with the "same" here (semantically the same, not at the same height):
I'm surprised no one else has had this problem yet - I must have missed something obvious, like a pause button, but couldn't find anything.
The text was updated successfully, but these errors were encountered: