aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-24 08:30:46 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-24 08:30:46 +0000
commit28cb460c25cef00eda7ec0e66f69f778820c3815 (patch)
treef2d826f5353ad3c6dea9e73f40110309e186670f /epan/Makefile.common
parentfdf4de405fb3402eeb708d870d3a67be32142864 (diff)
add common VoIP TAP listener "voip" which can be used in arbitrary experimental/proprietary protocol (implemented e.g. in plugin) and allows it to make graphs and replay streams
svn path=/trunk/; revision=23262
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index a78c4707f0..ebfaac6e18 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -221,6 +221,7 @@ LIBWIRESHARK_INCLUDES = \
strutil.h \
t35.h \
tap.h \
+ tap-voip.h \
tcap-persistentdata.h \
timestamp.h \
tfs.h \