aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-27 13:53:26 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-27 13:53:26 +0000
commit6598abd96faa00442c325fd20d3a0584554cf4c1 (patch)
tree25c19727445b0ebcb7afa9cab71e81f2df40bf8e /Makefile.am
parent41f7100539a0193251d52608269e7f2e9fb6cecc (diff)
Add Mobile IP dissector. Converted to use tvbuff.
I'm going to make one more change to get rid of use of END_OF_FRAME, but that will be later. svn path=/trunk/; revision=2013
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 d3bf361f97..5fccf8fd51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.199 2000/05/22 18:09:33 guy Exp $
+# $Id: Makefile.am,v 1.200 2000/05/27 13:53:24 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -85,6 +85,7 @@ DISSECTOR_SOURCES = \
packet-llc.c \
packet-lpd.c \
packet-mapi.c \
+ packet-mip.c \
packet-mount.c \
packet-mpls.c \
packet-msproxy.c \