aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-16 22:46:25 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-16 22:46:25 +0000
commit9aa7670a4eb9e7aac604180b00ca4fa751d68ea7 (patch)
treeaa09ab7e91aa70df10e78c4ee02b0eabfda0c8db /Makefile.am
parent4179944c14ac8026099f6416fa80421a29c673b8 (diff)
Register an "ip.proto" dissector table for IPv4, and have dissectors for
protocols that run inside IPv4 register themselves with it using "dissector_add()". Make various dissectors static if they can be, and get rid of any header files that no longer contain any information as a result of that change. svn path=/trunk/; revision=1870
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ce01635634..b501d2f891 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.186 2000/04/16 21:37:02 guy Exp $
+# $Id: Makefile.am,v 1.187 2000/04/16 22:46:18 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -76,7 +76,6 @@ DISSECTOR_SOURCES = \
packet-giop.c \
packet-giop.h \
packet-gre.c \
- packet-gre.h \
packet-h1.c \
packet-h1.h \
packet-hsrp.c \
@@ -173,7 +172,6 @@ DISSECTOR_SOURCES = \
packet-rpc.c \
packet-rpc.h \
packet-rsvp.c \
- packet-rsvp.h \
packet-rtsp.c \
packet-rx.c \
packet-rx.h \
@@ -220,7 +218,6 @@ DISSECTOR_SOURCES = \
packet-vlan.c \
packet-vlan.h \
packet-vrrp.c \
- packet-vrrp.h \
packet-vtp.c \
packet-vtp.h \
packet-wccp.c \