summaryrefslogtreecommitdiff
path: root/cfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfile.h b/cfile.h
index 83d2309267..163f4ca426 100644
--- 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);