URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=696fcdba218c1c63537425149b63811ef8d9d73c
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
696fcdb by Dario Lombardo (lomato@xxxxxxxxx):
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@xxxxxxxxx>
Actions performed:
from 087723a Suppress the check for ' as a formatting character on Windows.
adds 696fcdb Added DNS statistics support
Summary of changes:
NEWS | 6 ++
doc/tshark.pod | 5 ++
epan/dissectors/packet-dns.c | 196 +++++++++++++++++++++++++++++++++++++++---
epan/stats_tree.h | 2 +-
ui/gtk/main_menubar.c | 4 +-
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 11 ++-
ui/qt/main_window_slots.cpp | 6 ++
8 files changed, 214 insertions(+), 17 deletions(-)