Simple code movement.

svn path=/trunk/; revision=2463
This commit is contained in:
Gilbert Ramirez 2000-09-28 03:52:12 +00:00
parent df710d82c7
commit 0efe324371
4 changed files with 6 additions and 6 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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>

View File

@ -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>