From ce11d99c12804fa5c7571c920292f73887528035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Sat, 27 Jun 2009 18:10:10 +0000 Subject: Fix copy/paste error introduced in rev. 28863. Thanks to Guy for finding and reporting it. svn path=/trunk/; revision=28865 --- wiretap/libpcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap') diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c index 518384835b..c9a94c13cc 100644 --- a/wiretap/libpcap.c +++ b/wiretap/libpcap.c @@ -704,7 +704,7 @@ libpcap_seek_read(wtap *wth, gint64 seek_off, if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) return FALSE; - phdr_len = pcap_process_pseudo_header(wth->fh, wth->file_type, wth->file_encap, wth->capture.pcap->byte_swapped, length, + phdr_len = pcap_process_pseudo_header(wth->random_fh, wth->file_type, wth->file_encap, wth->capture.pcap->byte_swapped, length, FALSE, NULL, pseudo_header, err, err_info); if (phdr_len < 0) return FALSE; /* error */ -- cgit v1.2.3