diff options
author | Dario Lombardo <lomato@gmail.com> | 2014-12-30 12:31:46 +0100 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2015-01-05 09:06:32 +0000 |
commit | 696fcdba218c1c63537425149b63811ef8d9d73c (patch) | |
tree | 3a0a1d3d52e2a9975225b1e1047786f623f858e1 /NEWS | |
parent | 087723adb064f23e32849c3d2c0f851717ee8b28 (diff) | |
download | wireshark-696fcdba218c1c63537425149b63811ef8d9d73c.tar.gz wireshark-696fcdba218c1c63537425149b63811ef8d9d73c.tar.bz2 wireshark-696fcdba218c1c63537425149b63811ef8d9d73c.zip |
Added DNS statistics support
This affects both the dissector (that has been added with a tap interface and a stats generator) and the UI (to recall the stats menu).
Change-Id: I90658f7aa6707aa39bdd787a51b20fed4dbddc53
Reviewed-on: https://code.wireshark.org/review/6236
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ What's New + The VoIP Calls and SIP Flows dialogs have been added. + Support for HiDPI / Retina displays has been improved in the official packages. + * DNS stats: + + A new stats tree has been added to the Statistics menu. Now it + is possible to collect stats such as qtype/qclass distribution, + number of resource record per response section, and stats data + (min, max, avg) for values such as query name length or DNS + payload. The following features are new (or have been significantly updated) since version 1.12.0: |