aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--epan/Makefile.am4
-rw-r--r--epan/ipv4.c (renamed from ipv4.c)2
-rw-r--r--epan/ipv4.h (renamed from ipv4.h)2
4 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 674a5cfdd5..81ec1ba069 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.230 2000/09/28 03:28:45 gram Exp $
+# $Id: Makefile.am,v 1.231 2000/09/28 03:52:03 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -265,8 +265,6 @@ ETHEREAL_COMMON_SOURCES = \
inet_aton.h \
inet_v6defs.h \
ipproto.c \
- ipv4.c \
- ipv4.h \
llcsaps.h \
nlpid.h \
oui.h \
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 57f8e8b7c6..9dca8e0839 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
-# $Id: Makefile.am,v 1.5 2000/09/28 03:28:53 gram Exp $
+# $Id: Makefile.am,v 1.6 2000/09/28 03:52:12 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -48,6 +48,8 @@ libepan_a_SOURCES = \
exception.h \
filesystem.c \
filesystem.h \
+ ipv4.c \
+ ipv4.h \
packet.c \
packet.h \
pint.h \
diff --git a/ipv4.c b/epan/ipv4.c
index 70fee4806c..203c6d770b 100644
--- a/ipv4.c
+++ b/epan/ipv4.c
@@ -5,7 +5,7 @@
*
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: ipv4.c,v 1.5 2000/01/07 22:05:28 guy Exp $
+ * $Id: ipv4.c,v 1.1 2000/09/28 03:52:12 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/ipv4.h b/epan/ipv4.h
index cf2ce7f973..8154465cfb 100644
--- a/ipv4.h
+++ b/epan/ipv4.h
@@ -5,7 +5,7 @@
*
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: ipv4.h,v 1.6 2000/04/14 05:39:41 gram Exp $
+ * $Id: ipv4.h,v 1.1 2000/09/28 03:52:12 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>