* Version 1.1:
  'exec' was removed from sample scripts since it confused some people
who tried to add commands afterwards :)
  Workarounds have been added for unaligned pointers. It should fix
crashes on Sparc hardware.
  logfile() properly sends errors to stderr and notices to stdout.
  The OpenBSD getopt_long() replacement has been fixed.
  inet_aton() has been replaced by inet_pton();
  self-sent packets are now filtered out.
  The read timeout for pcap_open_live() has been shortened.
  Captured ethernet frames sometimes have extra bytes after the IP
packet. This case is now properly handled.
  The interface is no more switched in promiscous mode.
  MAC addresses are fetched on Solaris and other Solaris portability
improvements have been made, thanks to Richard Bellamy.
  Even in non-preemptive mode, we start to poll for a dead master as
soon as we leave the INIT state.
  Syslog facilities can now be changed through the -f / --syslog switch.

* Version 1.0:
  Finally the first 1.x release :)
  Thanks to everyone for testing every previous snapshot.
