summaryrefslogtreecommitdiff
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-06-20 12:22:22 -0400
committerAnders Broman <a.broman58@gmail.com>2015-06-22 15:13:39 +0000
commit8f390d497577937dee7311f345b77c840ba42e15 (patch)
treed59679646ab38e4c22d7773cd00003719be028e7 /epan/Makefile.common
parent8b230eabddf11becf4ae895fba17f43a3415716e (diff)
downloadwireshark-8f390d497577937dee7311f345b77c840ba42e15.tar.gz
Refactor RTD stats.
Very similar to the refactoring of SRT stats, it provides more commonality of the stats for all GUI interfaces. Currently implemented for TShark and GTK. Affected dissectors: MEGACO, MGCP, Radius Change-Id: Icb73a7e603dc3502b39bf696227fcaae37d4ed21 Reviewed-on: https://code.wireshark.org/review/8998 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index ec2ee1926e..a8c3bb5ad1 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -79,6 +79,7 @@ LIBWIRESHARK_SRC = \
reassemble.c \
reedsolomon.c \
req_resp_hdrs.c \
+ rtd_table.c \
show_exception.c \
sminmpec.c \
srt_table.c \
@@ -232,6 +233,7 @@ LIBWIRESHARK_INCLUDES = \
reassemble.h \
reedsolomon.h \
req_resp_hdrs.h \
+ rtd_table.h \
rtp_pt.h \
sctpppids.h \
show_exception.h \