URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d673b24cd6bb7a8b8c1150b65f1f94d464af91b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4d673b2 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Convert Camel tap stats to new "generic stat API".
Migrate the Camel stats similar to the recent BOOTP and H.225
migrations.
Change-Id: If82617068ff4b8fa186899f66dc34a08585f66cb
Reviewed-on: https://code.wireshark.org/review/9865
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 3e6b527 Remove the CLI H.225 counter.
adds 4d673b2 Convert Camel tap stats to new "generic stat API".
Summary of changes:
CMakeLists.txt | 1 -
asn1/camel/packet-camel-template.c | 119 ++++++++++++++++--
asn1/camel/packet-camel-template.h | 1 -
epan/dissectors/packet-camel.c | 137 ++++++++++++++++----
epan/dissectors/packet-camel.h | 1 -
ui/cli/Makefile.common | 1 -
ui/cli/tap-camelcounter.c | 148 ----------------------
ui/gtk/CMakeLists.txt | 1 -
ui/gtk/Makefile.common | 1 -
ui/gtk/camel_counter.c | 240 ------------------------------------
ui/qt/main_window.cpp | 3 +
ui/qt/main_window.ui | 7 ++
12 files changed, 231 insertions(+), 429 deletions(-)
delete mode 100644 ui/cli/tap-camelcounter.c
delete mode 100644 ui/gtk/camel_counter.c