Moved timestamp.h into epan.

svn path=/trunk/; revision=3228
This commit is contained in:
Ed Warnicke 2001-04-01 06:11:25 +00:00
parent 3bf0b09117
commit 48421be1d2
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.298 2001/03/31 10:13:10 guy Exp $
# $Id: Makefile.am,v 1.299 2001/04/01 06:11:24 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -360,7 +360,6 @@ ETHEREAL_COMMON_SOURCES = \
register.c \
register.h \
smb.h \
timestamp.h \
util.c \
util.h \
xdlc.c \

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.23 2001/04/01 05:48:15 hagbard Exp $
# $Id: Makefile.am,v 1.24 2001/04/01 06:11:25 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -71,6 +71,7 @@ libethereal_a_SOURCES = \
sna-utils.h \
strutil.c \
strutil.h \
timestamp.h \
to_str.c \
to_str.h \
tvbuff.c \

View File

@ -1,7 +1,7 @@
/* timestamp.h
* Defines for packet timestamps
*
* $Id: timestamp.h,v 1.3 2000/11/01 08:31:33 guy Exp $
* $Id: timestamp.h,v 1.1 2001/04/01 06:11:25 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>