Wireshark-commits: [Wireshark-commits] rev 31456: /trunk/ /trunk/: randpkt.c

Date: Wed, 06 Jan 2010 17:19:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31456

User: gerald
Date: 2010/01/06 09:19 AM

Log:
 Use /dev/urandom (which is non-blocking) instead of /dev/random (which
 can block forever) for our seed. This fixes a problem with our new Linux
 build slave, which is running Linux 2.6 as a VM guest, and which was
 timing out waiting for entropy.
 
 Add a comment about using CryptGenRandom on Windows.

Directory: /trunk/
  Changes    Path          Action
  +8 -6      randpkt.c     Modified