URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=455b77b291ddb711cdfd060cef407b3dd7d3375f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
455b77b by Michael Mann (mmann78@xxxxxxxxxxxx):
DNS: Use microsecond resolution for request/response statistics.
The stat tree API only supports 32-bit integers and if nanosecond resolution
is used correctly it's easy to hit integer overflow issues on even a fairly
small capture file trying to sum up response times.
# Conflicts:
# epan/dissectors/packet-dns.c
Bug: 15382
Change-Id: I15d2cfbdbec7b0bef2bcfe1afe4f6eb6fc1d2456
Reviewed-on: https://code.wireshark.org/review/31217
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/31224
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from cd4b3f5 ISAKMP: Fix a crash when no decryption data block is there
add 455b77b DNS: Use microsecond resolution for request/response statistics.
Summary of changes:
epan/dissectors/packet-dns.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)