aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-04 20:02:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-04 20:02:11 +0000
commit0c36d8ab065c3b271267750f3503e1466efda070 (patch)
tree2c274f184e59a5071acbaa7fd440f60b2d663aa3 /print.c
parent31bcba8dcda0730d964a60a6605cb67134cbbd48 (diff)
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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11898 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'print.c')
-rw-r--r--print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.c b/print.c
index e36b09e4ba..660791e2bb 100644
--- a/print.c
+++ b/print.c
@@ -39,8 +39,8 @@
#include <epan/epan_dissect.h>
#include <epan/tvbuff.h>
#include <epan/packet.h>
-#include <epan/packet-range.h>
+#include "packet-range.h"
#include "print.h"
#include "ps.h"
#include "util.h"