Wireshark-bugs: [Wireshark-bugs] [Bug 11727] New: Display format for response times
Bug ID |
11727
|
Summary |
Display format for response times
|
Product |
Wireshark
|
Version |
2.0.0
|
Hardware |
x86-64
|
OS |
Windows 10
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
akhader@ies.etisalat.ae
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Right now wireshark displays the time in milliseconds or seconds etc for all
the packets. What I want to know is, is there any way to show the
time(especially the response time) dynamically. What I mean is, say for example
I am checking the DNS response time. I would like wireshark to show me the
response time depending on the response time it took, if for one request the
response took 5 milliseconds, and for other it took 5 nano seconds and for
another request it took 2 seconds, then the wireshark should show milliseconds
where the response was in milliseconds and seconds where the response time was
in seconds and nano seconds where the response time was in nano seconds I.e.,
display 5 milliseconds as "5 milliseconds" rather than, for example, ".005
seconds", and 5 nanoseconds as "5 nanoseconds" rather than, for example,
".000000005 seconds" and "7 microseconds" rather than, for example, ".000008
seconds"
You are receiving this mail because:
- You are watching all bug changes.