aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-04-26 12:26:05 -0400
committerAnders Broman <a.broman58@gmail.com>2015-04-28 07:37:14 +0000
commit0b368ea23ff86d1895f6c8572a1014490b574d31 (patch)
tree51cc1bd8b05b309d2017659ab8b3cffa188a5309 /ui/cli/Makefile.common
parent8c996a2736504aa727899213597805574c09981a (diff)
Add service_response_time_table for TShark srt stats.
This is a "refactoring part 1" of the srt stats. This first step is using the service_response_time_table for all (possible) TShark srt stats. Next step will be combining the GTK and TShark service_response_time_table, so there is more code reuse and the "shared structure names" between GTK and TShark service_response_time_table won't seem as bad. Maybe it can even go one step farther and handle a dynamic number of columns so this refactoring can apply to all srt stats. Change-Id: Ief28e7e55f7dbbf4f2d9bb6f1a1592b87b866137 Reviewed-on: https://code.wireshark.org/review/8210 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/cli/Makefile.common')
-rw-r--r--ui/cli/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/cli/Makefile.common b/ui/cli/Makefile.common
index 185739adc8..d74abfef36 100644
--- a/ui/cli/Makefile.common
+++ b/ui/cli/Makefile.common
@@ -38,6 +38,7 @@ GENERATOR_FILES =
# sources for TShark taps
TSHARK_TAP_SRC = \
+ cli_service_response_time_table.c \
tap-afpstat.c \
tap-ansi_astat.c \
tap-bootpstat.c \
@@ -82,4 +83,5 @@ TSHARK_TAP_SRC = \
tap-wspstat.c
noinst_HEADERS = \
- tshark-tap.h
+ tshark-tap.h \
+ cli_service_response_time_table.h