aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2000-02-23 22:28:50 +0000
committerOlivier Abad <oabad@noos.fr>2000-02-23 22:28:50 +0000
commitb752f1ee3cffd3c74164288d28311ceda94a361e (patch)
treee78537d0f81103fad500f06b7038ebbce1191489 /Makefile.am
parent690903fef141aa3683c5e088bd0b213482d8896f (diff)
New dissector for DHIS (Dynamic Host Information Services) protocol.
This protocol is UDP based and uses ports 58800 and 58801. svn path=/trunk/; revision=1667
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f1fdb123a3..6a5ceb810f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.169 2000/02/19 21:54:07 guy Exp $
+# $Id: Makefile.am,v 1.170 2000/02/23 22:28:49 oabad Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -62,6 +62,8 @@ DISSECTOR_SOURCES = \
packet-clip.c \
packet-clip.h \
packet-data.c \
+ packet-dhis.c \
+ packet-dhis.h \
packet-dns.c \
packet-dns.h \
packet-eth.c \