Move packet.[ch] to epan

svn path=/trunk/; revision=2460
This commit is contained in:
Gilbert Ramirez 2000-09-27 05:18:06 +00:00
parent 137fa6c00e
commit cba2930d6b
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
# $Id: Makefile.am,v 1.228 2000/09/27 04:54:23 gram Exp $
# $Id: Makefile.am,v 1.229 2000/09/27 05:17:56 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -270,8 +270,6 @@ ETHEREAL_COMMON_SOURCES = \
llcsaps.h \
nlpid.h \
oui.h \
packet.c \
packet.h \
ppptypes.h \
prefs.c \
prefs.h \
@ -432,9 +430,9 @@ editcap_LDADD = wiretap/libwiretap.a @GLIB_LIBS@
# The first argument is the directory in which the source files live.
# All subsequent arguments are the files to scan.
#
register.c: packet.c $(DISSECTOR_SOURCES) $(srcdir)/make-reg-dotc
register.c: $(srcdir)/epan/packet.c $(DISSECTOR_SOURCES) $(srcdir)/make-reg-dotc
@echo Making register.c
@$(srcdir)/make-reg-dotc $(srcdir) packet.c $(DISSECTOR_SOURCES)
@$(srcdir)/make-reg-dotc $(srcdir) $(srcdir)/epan/packet.c $(DISSECTOR_SOURCES)
ps.c: print.ps rdps
./rdps $(srcdir)/print.ps ps.c

View File

@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
# $Id: Makefile.am,v 1.2 2000/09/27 05:05:32 gram Exp $
# $Id: Makefile.am,v 1.3 2000/09/27 05:18:05 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@ -46,6 +46,8 @@ libepan_a_SOURCES = \
except.c \
except.h \
exception.h \
packet.c \
packet.h \
pint.h \
plugins.c \
plugins.h \

View File

@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
* $Id: packet.c,v 1.111 2000/09/27 04:54:29 gram Exp $
* $Id: packet.c,v 1.1 2000/09/27 05:18:05 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>

View File

@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
* $Id: packet.h,v 1.202 2000/09/21 04:41:08 gram Exp $
* $Id: packet.h,v 1.1 2000/09/27 05:18:06 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>