aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-06 09:58:30 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-06 09:58:30 +0000
commit23d1a63f39d096018057b333b1b7a99c52d18e17 (patch)
tree1507cee556dbf1f1c1e7a4113e29b81e530e49d8 /epan/packet.h
parent8bc19844ca6b4442e37cbea69b13a72a88008a07 (diff)
zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",
even if it doesn't have "gzgets()", so one might think we could use it by using our own replacement for "gzgets()". One would be wrong to think so, however, as the "gzseek()" it has doesn't actually work when reading uncompressed files. zlib 1.0.9 has "gzgets()", and fixes that bug, so we rever to checking for "gzgets()" rather than "gzseek()", so that we don't accept pre-1.0.9 versions of zlib, and we get rid of our "gzgets()" replacement. svn path=/trunk/; revision=4702
Diffstat (limited to 'epan/packet.h')
0 files changed, 0 insertions, 0 deletions