aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-04 00:53:16 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-04 00:53:16 +0000
commit478ba9a69160e9f156f2c493301a609597202e06 (patch)
tree7f937947e46748d47176c0ccb01b872338db32f9 /Makefile.common
parentdfad2b94f5fa40db86bd11e475c310751efafe69 (diff)
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. svn path=/trunk/; revision=11890
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index f3433a950e..1d3207cf34 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -86,7 +86,6 @@ ETHEREAL_COMMON_SRC = \
pcap-util.c \
print.c \
ps.c \
- range.c \
ringbuffer.c \
timestats.c \
version_info.c
@@ -105,7 +104,6 @@ ETHEREAL_COMMON_INCLUDES = \
pcap-util-int.h \
print.h \
ps.h \
- range.h \
register.h \
ringbuffer.h \
timestats.h \