diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-04 20:02:11 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-04 20:02:11 +0000 |
commit | f06c1b5fb05b5085cdcfbf7285ff58690cd1e88b (patch) | |
tree | 2c274f184e59a5071acbaa7fd440f60b2d663aa3 /print.c | |
parent | 0912b731c3a2db9cef542670ff8eef69297e532e (diff) | |
download | wireshark-f06c1b5fb05b5085cdcfbf7285ff58690cd1e88b.tar.gz wireshark-f06c1b5fb05b5085cdcfbf7285ff58690cd1e88b.tar.bz2 wireshark-f06c1b5fb05b5085cdcfbf7285ff58690cd1e88b.zip |
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
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |