aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-03-28 08:11:52 +0000
committerGuy Harris <guy@alum.mit.edu>2000-03-28 08:11:52 +0000
commite38645134590c8a82bad7b5e2987bcff662fac6f (patch)
treec192f6626b6bd2ad5ee34a0215acb5e8b0d9a35c /AUTHORS
parent67d2ea7af0468800983394594394d6c28b399f4e (diff)
Patches from Andreas Sikkema:
On Win32, always save a temporary capture file by copying - Win32 systems don't allow you to rename a file that is open, and we have the temporary file open. When saving by copying the raw bytes of a capture file, create the target file with "open()", using the O_BINARY flag, rather than with "creat()"; on Win32 systems, "creat()" apparently opens the file as a text file rather than a binary file. svn path=/trunk/; revision=1757
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 83c8eb86e2..9b91ca929f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -276,6 +276,11 @@ Doug Nazar <nazard@dragoninc.on.ca> {
LDAP support
}
+Andreas Sikkema <andreas.sikkema@philips.com> {
+ Fixes to SMB dissector
+ Fixes to capture file handling on Win32
+}
+
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.