summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-06-21 12:45:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-06-21 12:45:37 +0000
commit4c219ee855e8c867f487b072035dfd7687f55e87 (patch)
tree9a4fdf0d4b573658ad73771d19beb05864fbc361 /Makefile.common
parente9e32d78444c7cde6754b6795c67c6ad229b404e (diff)
downloadwireshark-4c219ee855e8c867f487b072035dfd7687f55e87.tar.gz
From Stéphane Gorse:
The menu gets a new item (Statistics -> RTSP -> Packet Counter). Like HTTP, filter can be set and then the dialog windows shows the result of the RTSP analysis. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6042 svn path=/trunk/; revision=37741
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index f702baea49..88f9440517 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -129,6 +129,7 @@ TSHARK_TAP_SRC = \
tap-rpcstat.c \
tap-rpcprogs.c \
tap-rtp.c \
+ tap-rtspstat.c \
tap-scsistat.c \
tap-sctpchunkstat.c \
tap-sipstat.c \