Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Sep 2004 00:53:16 +0000 (00:53 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 4 Sep 2004 00:53:16 +0000 (00:53 +0000)
commit377d786c164c68d16736c96d1e50db9c00859360
tree7f937947e46748d47176c0ccb01b872338db32f9
parente1dddcbde32e8b0f226cb513755062c648cfce1f
Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";
they should ultimately be split into files with routines that handle
ranges, which are just subsets of [0,2^32), and packet ranges, which are
subsets of the packet list, possibly specified by a range.

Move them into epan, so they can be used by, for example, utilities that
handle ranges, such editcap.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11890 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.common
epan/Makefile.common
epan/libethereal.def
epan/packet-range.c [moved from range.c with 99% similarity]
epan/packet-range.h [moved from range.h with 97% similarity]
file.c
file.h
gtk/file_dlg.c
gtk/range_utils.c
print.c