summaryrefslogtreecommitdiff
path: root/gtk/range_utils.c
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 /gtk/range_utils.c
parentdfad2b94f5fa40db86bd11e475c310751efafe69 (diff)
downloadwireshark-478ba9a69160e9f156f2c493301a609597202e06.tar.gz
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 'gtk/range_utils.c')
-rw-r--r--gtk/range_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/range_utils.c b/gtk/range_utils.c
index 498d495cb8..b924c0e772 100644
--- a/gtk/range_utils.c
+++ b/gtk/range_utils.c
@@ -32,7 +32,7 @@
#include "globals.h"
-#include "range.h"
+#include <epan/packet-range.h>
#include "ui_util.h"
#include "dlg_utils.h"
#include "compat_macros.h"