aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2000-08-19 23:00:06 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2000-08-19 23:00:06 +0000
commit0d41da69145244c65d286be56830fda824159d1a (patch)
tree11a01ddc01f01f31e18cc6f235ca6a1561748736 /Makefile.am
parent9110dda9dc4dd342e267bdcbbdcaed34023eb29e (diff)
Adding the first part of packet-smtp.c ...
This needs some additional parts, and points to the need for a dissector for the ident protocol, but I want to try to automatically generate that ... svn path=/trunk/; revision=2301
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 7ef90805c2..fa319899bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.222 2000/08/18 15:26:51 gram Exp $
+# $Id: Makefile.am,v 1.223 2000/08/19 23:00:06 sharpe Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -138,6 +138,7 @@ DISSECTOR_SOURCES = \
packet-smb-logon.c \
packet-smb-mailslot.c \
packet-smb-pipe.c \
+ packet-smtp.c \
packet-sna.c \
packet-snmp.c \
packet-socks.c \