summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.common
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-11-24 03:33:18 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-11-24 03:33:18 +0000
commit8c0f4111ea1b5b2c67969d3883506f0b720ec4c0 (patch)
tree536673f4585fceaba344dbcd4ac1779b210c687f /wiretap/Makefile.common
parent118f23a08a04292498560b3bcaddce00c606c12d (diff)
downloadwireshark-8c0f4111ea1b5b2c67969d3883506f0b720ec4c0.tar.gz
Initial checkin of support to read TamoSoft's CommView packet capture files
per enhancement bug #1795. svn path=/trunk/; revision=23558
Diffstat (limited to 'wiretap/Makefile.common')
-rw-r--r--wiretap/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common
index 7db8846269..f1fe817d3a 100644
--- a/wiretap/Makefile.common
+++ b/wiretap/Makefile.common
@@ -36,6 +36,7 @@ NONGENERATED_C_FILES = \
ber.c \
buffer.c \
catapult_dct2000.c \
+ commview.c \
cosine.c \
csids.c \
dbs-etherwatch.c \
@@ -77,6 +78,7 @@ NONGENERATED_HEADER_FILES = \
ber.h \
buffer.h \
catapult_dct2000.h \
+ commview.h \
cosine.h \
csids.h \
dbs-etherwatch.h \