summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-04 22:28:19 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-04 22:28:19 +0000
commitbc225c2a874b373b588ff6a8000f36f0efc67388 (patch)
tree28c72a5171c591c8d5295ca3df05f821f4648029 /wiretap/Makefile.am
parent2e379072eca8bb8127e8091e04189ba73dddf671 (diff)
downloadwireshark-bc225c2a874b373b588ff6a8000f36f0efc67388.tar.gz
Support for reading Visual Networks traffic capture files, from Tom
Nisbet. Make a comment in "wiretap/file.c" clearer, so people know where to put the entries for their capture file type. svn path=/trunk/; revision=4328
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 3d92ad7bfa..cbd4c65ab2 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.35 2001/10/19 20:18:48 guy Exp $
+# $Id: Makefile.am,v 1.36 2001/12/04 22:28:19 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -74,6 +74,8 @@ libwiretap_a_SOURCES = \
snoop.h \
toshiba.c \
toshiba.h \
+ visual.c \
+ visual.h \
vms.c \
vms.h \
wtap.c \