Wireshark-commits: [Wireshark-commits] rev 26661: /trunk/ /trunk/: randpkt.c
Date: Fri, 31 Oct 2008 20:11:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26661

User: guy
Date: 2008/10/31 01:11 PM

Log:
 On non-Windows systems, try /dev/random and, if it exists, use it,
 otherwise fall back on time().
 
 Print error messages to stderr, and put the name of the program in them.
 Exit with 1 on command-line syntax errors, 2 on other errors.
 
 Fix indentation.

Directory: /trunk/
  Changes    Path          Action
  +52 -22    randpkt.c     Modified