summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-04-12 02:40:14 +0000
committerGuy Harris <guy@alum.mit.edu>2011-04-12 02:40:14 +0000
commitb28ee8b33149385549f08fc009691773777180f5 (patch)
treeebb3a5291dd0439aed7f8651d6ea30c5ddf49c5e /AUTHORS
parente5fe0128d75998d5bd8fc2342e3df8d03240641d (diff)
downloadwireshark-b28ee8b33149385549f08fc009691773777180f5.tar.gz
From Jakub Zawadzki: speed up random access to gzipped files, as per the
zran.c example in the zlib source. This means that problems in the file's contents might not be reported when a packet is read, as long as there's no problem in the contents of the file up to the last bit of compressed data for the packet; we now check for errors after finishing the sequential read of the file, at least in some programs, so that shouldn't be an issue (the other programs need to be changed to do so as well). This is necessary in order to be able to read all the packets we saw in the sequential pass; it also lets us get a few more packets from truncated files in some cases. svn path=/trunk/; revision=36577
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS3
1 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index a035533377..04eab8e711 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3246,7 +3246,8 @@ Martin Kaiser <martin [AT] kaiser.cx> {
Jakub Zawadzki <darkjames [AT] darkjames.ath.cx> {
JSON dissector
- Wiretap cleanup
+ Wiretap cleanup and support for fast random access to gzipped
+ files
}
Roland Knall <rknall [AT] gmail.com> {