aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfile.h b/cfile.h
index bc6f2bbddb..6f09cde04d 100644
--- a/cfile.h
+++ b/cfile.h
@@ -99,8 +99,8 @@ typedef struct _capture_file {
search_direction dir; /* Direction in which to do searches */
gboolean search_in_progress; /* TRUE if user just clicked OK in the Find dialog or hit <control>N/B */
/* packet data */
- struct wtap_pkthdr phdr; /* Packet header */
- Buffer buf; /* Packet data */
+ wtap_rec rec; /* Record header */
+ Buffer buf; /* Record data */
/* packet provider */
struct packet_provider_data provider;
/* frames */