From e21fd7c0ceb6143a371f780aa044cd43861db975 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 13 Dec 2013 02:59:16 +0000 Subject: 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 --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.common') 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 -- cgit v1.2.3