aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/file.h b/file.h
index 97c478399b..0fe0bb43f2 100644
--- a/file.h
+++ b/file.h
@@ -457,6 +457,22 @@ void cf_mark_frame(capture_file *cf, frame_data *frame);
void cf_unmark_frame(capture_file *cf, frame_data *frame);
/**
+ * Ignore a particular frame in a particular capture.
+ *
+ * @param cf the capture file
+ * @param frame the frame to be ignored
+ */
+void cf_ignore_frame(capture_file *cf, frame_data *frame);
+
+/**
+ * Unignore a particular frame in a particular capture.
+ *
+ * @param cf the capture file
+ * @param frame the frame to be unignored
+ */
+void cf_unignore_frame(capture_file *cf, frame_data *frame);
+
+/**
* Convert error number and info to a complete message.
*
* @param err the error number