aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-03 10:31:55 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-03 10:31:55 +0000
commitb2bfd45decc0395e966d27ab78cf251bf9eaf5a9 (patch)
tree10527862f76c0d112429d8979d8aaa5f6c056e64 /Makefile.common
parent9e5fec63981fd62740dd419fdbb545bb54ac9730 (diff)
From Balint Reczey (bug 2233):
The attached patch makes the Statistics -> RTP -> Show All Streams feature of wireshark accessible via tshark. I found it helpful in dealing with tons of RTP captures. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24252 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 9156b6b6b4..0ba4b0aacf 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -59,6 +59,7 @@ WIRESHARK_COMMON_SRC = \
sync_pipe_write.c \
timestats.c \
util.c \
+ tap-rtp-common.c \
version_info.c
# corresponding headers
@@ -83,6 +84,7 @@ WIRESHARK_COMMON_INCLUDES = \
tempfile.h \
timestats.h \
util.h \
+ tap-rtp-common.h \
version_info.h
# sources for TShark taps
@@ -106,6 +108,7 @@ TSHARK_TAP_SRC = \
tap-radiusstat.c \
tap-rpcstat.c \
tap-rpcprogs.c \
+ tap-rtp.c \
tap-sctpchunkstat.c \
tap-sipstat.c \
tap-smbsids.c \