aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-10 14:44:58 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-10 14:44:58 +0000
commit2d81454829bb774db9891d709786240a7c4b8f4a (patch)
treeb7823108f98baed086991d3f8c6c03d8bc0b6e0c /Makefile.am
parentac4026f37a2e09484128ad41c6ff7431ed499930 (diff)
Added imap dissector, pretty much a simple translation of the pop
dissector. svn path=/trunk/; revision=995
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 f2480a1857..817cde6dd8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.100 1999/10/29 01:04:16 guy Exp $
+# $Id: Makefile.am,v 1.101 1999/11/10 14:44:57 nneul Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -57,6 +57,7 @@ DISSECTOR_SOURCES = \
packet-icmpv6.c\
packet-icp.c \
packet-icq.c \
+ packet-imap.c \
packet-ip.c \
packet-ip.h \
packet-ipp.c \