From 78631020b83c7aab12934f0cff72dbb5e3f0ba4a Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Tue, 16 Oct 2012 21:50:57 +0000 Subject: Add wtap_pseudo_header union to wtap_pkthdr structure. Use pkthdr instead of pseudo_header as argument for dissecting. svn path=/trunk/; revision=45601 --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.h') diff --git a/file.h b/file.h index 13d9df8ae9..ea182446d8 100644 --- a/file.h +++ b/file.h @@ -149,7 +149,7 @@ cf_read_status_t cf_read(capture_file *cf, gboolean from_save); * @return TRUE if the read succeeded, FALSE if there was an error */ gboolean cf_read_frame_r(capture_file *cf, frame_data *fdata, - union wtap_pseudo_header *pseudo_header, guint8 *pd); + struct wtap_pkthdr *phdr, guint8 *pd); /** * Read the pseudo-header and raw data for a packet into a -- cgit v1.2.3