diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-18 16:28:22 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-18 16:28:22 +0000 |
commit | c1adce97623a8b75c3080fbd9295094068842239 (patch) | |
tree | 668b84cd0851badaa440d1c2948ba5ee83b4dd28 /file.h | |
parent | 648ffa143521d947c01363c37a1c62b38ee45f57 (diff) | |
download | wireshark-c1adce97623a8b75c3080fbd9295094068842239.tar.gz wireshark-c1adce97623a8b75c3080fbd9295094068842239.tar.bz2 wireshark-c1adce97623a8b75c3080fbd9295094068842239.zip |
Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.c
is the only file that uses them. I hope to avoid some compiler warnings
with this.
svn path=/trunk/; revision=512
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* file.h * Definitions for file structures and routines * - * $Id: file.h,v 1.37 1999/08/18 04:17:28 guy Exp $ + * $Id: file.h,v 1.38 1999/08/18 16:28:22 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -44,6 +44,7 @@ #endif #endif + #ifndef __DFILTER_H__ #include "dfilter.h" #endif |