Try to improve the "Kerberos requested but not OpenSSL" message.
[jelmer/wireshark.git] / cfile.h
diff --git a/cfile.h b/cfile.h
index b791235b6188c10180ff7b779de0f28c36409884..f34c34ee14dfb91ebf48eb5b7f226d92fa5aee37 100644 (file)
--- a/cfile.h
+++ b/cfile.h
@@ -1,8 +1,6 @@
 /* cfile.h
  * capture_file definition & GUI-independent manipulation
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
 #ifndef __CFILE_H__
 #define __CFILE_H__
 
+#include <epan/epan.h>
+#include <epan/column-info.h>
 #include <epan/dfilter/dfilter.h>
 #include <epan/frame_data.h>
 #include <epan/frame_data_sequence.h>
+#include <wiretap/wtap.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -54,6 +55,14 @@ typedef enum {
   SD_BACKWARD
 } search_direction;
 
+#ifdef WANT_PACKET_EDITOR
+/* XXX, where this struct should go? */
+typedef struct {
+  struct wtap_pkthdr phdr; /**< Modified packet header */
+  char *pd;                /**< Modified packet data */
+} modified_frame_data;
+#endif
+
 typedef struct _capture_file {
   epan_t      *epan;
   file_state   state;           /* Current state of capture file */