aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-06 06:51:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-06 06:51:19 +0000
commit12d81f29ab60039523e22a89d466828ef3667f44 (patch)
treefdb9ea83c685200de45a790065fcc6be6a26fc88 /AUTHORS
parentdc3009079956ca7abd0f84fd00e9dbcc6dd43000 (diff)
From Jakub Zawadzki:
file_read(buf, bsize, count, file) macro is compilant with fread function and takes elements count+ size of each element, however to make it compilant with gzread() it always returns number of bytes. In wiretap file_read() this is not really used, file_read is called either with bsize set to 1 or count to 1. Attached patch remove bsize argument from macro. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36491 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 78c5409218..4dbde531af 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3246,6 +3246,7 @@ Martin Kaiser <martin [AT] kaiser.cx> {
Jakub Zawadzki <darkjames [AT] darkjames.ath.cx> {
JSON dissector
+ Wiretap cleanup
}
Roland Knall <rknall [AT] gmail.com> {