ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 32715: /trunk/wiretap/ /trunk/wiretap/: wtap.c

Date: Fri, 07 May 2010 19:45:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32715

User: gerald
Date: 2010/05/07 12:45 PM

Log:
 EOF in zlib 1.2.5 seems to be sticky. When we're tailing a file and we
 reach EOF, zlib's file handle seems to stay at EOF even when more data
 is appended to the file. Add a check for 1.2.5 which calls gzseek in
 order to unset EOF. Fixes bugs 4708 and 4748.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +12 -0     wtap.c        Modified