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
Timestamps are an important feature for packet monitoring tools.
Requested Feature
Add a separate thread for a timer to keep track of time of arrival of packets.
Suggested Solution
Spawn a thread in main.rs which calls a timer function. This timestamp should be displayed in the ui and with the packet information.
Additional features / Future application
Filtering packets received by timestamp for improved tracking capabilities.
The text was updated successfully, but these errors were encountered:
Timestamps are an important feature for packet monitoring tools.
Requested Feature
Add a separate thread for a timer to keep track of time of arrival of packets.
Suggested Solution
Spawn a thread in
main.rs
which calls a timer function. This timestamp should be displayed in the ui and with the packet information.Additional features / Future application
Filtering packets received by timestamp for improved tracking capabilities.
The text was updated successfully, but these errors were encountered: