aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-13 02:59:16 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-13 02:59:16 +0000
commite21fd7c0ceb6143a371f780aa044cd43861db975 (patch)
tree9f53262bf5f5379f8adccdebdf0aa3347f87da4a /Makefile.common
parented9865a779df1ab283aab8b69b5bcb51db4c079a (diff)
Add a "captype" file that just reports the type of a capture file, based
on what libwiretap thinks it is. Update some comments to reflect the death of the hack used to include (libwiretap) plugin support in programs not built with libwireshark. svn path=/trunk/; revision=54015
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 1462286479..3aefc8a346 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -158,6 +158,10 @@ reordercap_SOURCES = \
capinfos_SOURCES = \
capinfos.c
+# captype specifics
+captype_SOURCES = \
+ captype.c
+
# dftest specifics
dftest_SOURCES = \
dftest.c