The packet range stuff knows about capture_file structures, so it's
authorGuy Harris <guy@alum.mit.edu>
Sat, 4 Sep 2004 20:02:11 +0000 (20:02 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 4 Sep 2004 20:02:11 +0000 (20:02 -0000)
commitf06c1b5fb05b5085cdcfbf7285ff58690cd1e88b
tree2c274f184e59a5071acbaa7fd440f60b2d663aa3
parent0912b731c3a2db9cef542670ff8eef69297e532e
The packet range stuff knows about capture_file structures, so it's
really more of an Ethereal/Tethereal component than a libethereal
component (nothing else in libethereal knows about capture files); move
it back out of libethereal.  (The range stuff doesn't; we leave it in
libethereal.)

svn path=/trunk/; revision=11898
Makefile.common
epan/Makefile.common
epan/libethereal.def
file.c
file.h
gtk/file_dlg.c
gtk/range_utils.c
packet-range.c [moved from epan/packet-range.c with 99% similarity]
packet-range.h [moved from epan/packet-range.h with 100% similarity]
print.c
print.h