Install the GUI xml files. I'm not sure about the Makefile.am changes pkease check.
[obnox/wireshark/wip.git] / cfile.h
diff --git a/cfile.h b/cfile.h
index 83d230926744f9d35566886baec1ea156748f8d6..163f4ca426d6376a51faab0e2f1ba865642689d5 100644 (file)
--- a/cfile.h
+++ b/cfile.h
@@ -108,6 +108,9 @@ typedef struct _capture_file {
   gint         current_row;     /* Row number for current frame */
   epan_dissect_t *edt;          /* Protocol dissection for currently selected packet */
   field_info  *finfo_selected; /* Field info for currently selected field */
+#ifdef WANT_PACKET_EDITOR
+  GTree       *edited_frames;   /* BST with modified frames */
+#endif
 } capture_file;
 
 extern void cap_file_init(capture_file *cf);