Simple code movement to epan.

svn path=/trunk/; revision=2462
This commit is contained in:
Gilbert Ramirez 2000-09-28 03:28:54 +00:00
parent 9d9850f209
commit df710d82c7
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.229 2000/09/27 05:17:56 gram Exp $
# $Id: Makefile.am,v 1.230 2000/09/28 03:28:45 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -282,8 +282,6 @@ ETHEREAL_COMMON_SOURCES = \
ptvcursor.h \
register.c \
register.h \
resolv.c \
resolv.h \
smb.h \
timestamp.h \
util.c \

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.4 2000/09/28 03:16:15 gram Exp $
# $Id: Makefile.am,v 1.5 2000/09/28 03:28:53 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -55,6 +55,8 @@ libepan_a_SOURCES = \
plugins.h \
proto.c \
proto.h \
resolv.c \
resolv.h \
strutil.c \
strutil.h \
tvbtest.c \

View File

@ -1,7 +1,7 @@
/* resolv.c
* Routines for network object lookup
*
* $Id: resolv.c,v 1.28 2000/08/19 08:26:03 guy Exp $
* $Id: resolv.c,v 1.1 2000/09/28 03:28:53 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*

View File

@ -1,7 +1,7 @@
/* resolv.h
* Definitions for network object lookup
*
* $Id: resolv.h,v 1.13 2000/08/19 08:26:04 guy Exp $
* $Id: resolv.h,v 1.1 2000/09/28 03:28:54 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*