aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-06-11 15:30:55 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-06-11 15:30:55 +0000
commit34450a8a3570e8f03c503d849e78f7a2ac5e9349 (patch)
tree869d1bd0afd3386bab96cd39e66045ac8f345f24 /Makefile.am
parent6d7cf738f0f933f83f0475a1514c09de7d20cb4a (diff)
Added PPPoE, PPTP, GRE, and ISAKMP dissectors.
svn path=/trunk/; revision=303
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e6dbe005eb..141c7d9d5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,8 +37,9 @@ ethereal_SOURCES = \
packet-fddi.c \
packet-ftp.c \
packet-giop.c \
+ packet-gre.c \
packet-http.c \
- packet-icmpv6.c \
+ packet-icmpv6.c\
packet-ip.c \
packet-ip.h \
packet-ipsec.c \
@@ -46,6 +47,7 @@ ethereal_SOURCES = \
packet-ipv6.h \
packet-ipx.c \
packet-ipx.h \
+ packet-isakmp.c\
packet-llc.c \
packet-lpd.c \
packet-nbipx.c \
@@ -59,12 +61,14 @@ ethereal_SOURCES = \
packet-ospf.h \
packet-pop.c \
packet-ppp.c \
+ packet-pppoe.c \
+ packet-pptp.c \
packet-raw.c \
packet-rip.c \
packet-rip.h \
packet-smb.c \
packet-tcp.c \
- packet-telnet.c \
+ packet-telnet.c\
packet-tftp.c \
packet-tr.c \
packet-trmac.c \