aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/file.h b/file.h
index b546f3e86f..f4e51c7d5d 100644
--- a/file.h
+++ b/file.h
@@ -110,6 +110,13 @@ void cf_reload(capture_file *cf);
*/
cf_read_status_t cf_read(capture_file *cf, gboolean from_save);
+gboolean cf_read_frame_r(capture_file *cf, frame_data *fdata,
+ union wtap_pseudo_header *pseudo_header, guint8 *pd,
+ int *err, gchar **err_info);
+
+gboolean cf_read_frame(capture_file *cf, frame_data *fdata,
+ int *err, gchar **err_info);
+
/**
* Start reading from the end of a capture file.
* This is used in "Update list of packets in Real-Time".