aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-06-07 22:57:45 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-06-07 22:57:45 +0000
commitd8944a80aa571c23a8b17475f0e1d90eee957ba4 (patch)
treec2ab39645f64f48f054be4bf677887c3182c5b13 /Makefile.am
parent0de6781c3b56f89f878925c5ec6d15553995adc0 (diff)
Add COPS dissector (with a few fixes for compiling on Win32).
I put the header file info in packet-cops.c since no one else uses it. Fix the version number and plugin directory in config.h.win32. svn path=/trunk/; revision=2044
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5bf45e1dd0..4e967f4f2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.202 2000/05/30 03:35:50 guy Exp $
+# $Id: Makefile.am,v 1.203 2000/06/07 22:57:43 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -48,6 +48,7 @@ DISSECTOR_SOURCES = \
packet-cgmp.c \
packet-clip.c \
packet-clnp.c \
+ packet-cops.c \
packet-data.c \
packet-ddtp.c \
packet-dns.c \