aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-11 09:02:19 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-11 09:02:19 +0000
commitf70cc6b9f155b000f815d46dbbf39296e787d498 (patch)
tree470eb8241670aa5a6194202122106420a2c7470d /Makefile.am
parentfd3a3a04365b3e2e522d60e424c07377a2681827 (diff)
downloadwireshark-f70cc6b9f155b000f815d46dbbf39296e787d498.tar.gz
wireshark-f70cc6b9f155b000f815d46dbbf39296e787d498.tar.bz2
wireshark-f70cc6b9f155b000f815d46dbbf39296e787d498.zip
From Joakim Wiberg: support for Common Industrial Protocol over IP.
svn path=/trunk/; revision=7838
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 df7508d0b7..2b4b22b5f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.586 2003/06/09 10:08:04 sahlberg Exp $
+# $Id: Makefile.am,v 1.587 2003/06/11 09:02:18 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -112,6 +112,7 @@ DISSECTOR_SRC = \
packet-cdp.c \
packet-cgmp.c \
packet-chdlc.c \
+ packet-cip.c \
packet-clearcase.c \
packet-clip.c \
packet-clnp.c \