Bug ID |
8686
|
Summary |
icmp.resptime measured in milliseconds
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.10.0
|
Hardware |
x86
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 10775 [details]
The attached trace contains two pings which took longer than .5s to return
Build Information:
Rev 49064
--
The Filter 'icmp.resptime' is measured in milliseconds ...
Thus, if I want to see only ICMP Echo Replies which took more than half a
second to return, I would type:
icmp.resptime > 500
I found this behavior surprising ... I was expecting floating point behavior
... i.e.
icmp.resptime > .5
Perhaps you will tell me that this is expected behavior, i.e. that we intend
filters to expect time in milliseconds. I would be OK with that answer. But
perhaps you will also say 'no, that is surprising', in which case, perhaps this
is a bug.
You are receiving this mail because:
- You are watching all bug changes.