diff options
author | Sake Blok <sake@euronet.nl> | 2008-02-03 10:31:55 +0000 |
---|---|---|
committer | Sake Blok <sake@euronet.nl> | 2008-02-03 10:31:55 +0000 |
commit | c8276a5c91db3d8a7ceff557d63145720f2a645f (patch) | |
tree | 10527862f76c0d112429d8979d8aaa5f6c056e64 /Makefile.common | |
parent | 2942ff4d5bddbc50a52f072e616d5487ff428972 (diff) | |
download | wireshark-c8276a5c91db3d8a7ceff557d63145720f2a645f.tar.gz wireshark-c8276a5c91db3d8a7ceff557d63145720f2a645f.tar.bz2 wireshark-c8276a5c91db3d8a7ceff557d63145720f2a645f.zip |
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.
svn path=/trunk/; revision=24252
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
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 \ |