
  "winserver" is a fully featured server demo program for
  MS Windows based host machines and includes

      - a HTTP server    (TCP port 80)
      - a FTP  server    (TCP port 20,21)
      - a chargen server (TCP port 19)

  The program uses lwIP for TCP/IP and the WinPcap driver to get
  access to the MS Windows network environment. This "server"
  can be accessed from everywhere in the local area network that
  is attached to the MS Windows machine.

  To be able to compile this demo program you need the WinPcap
  development package and the capture driver itself which you can
  both download at  http://winpcap.polito.it/
  Please set the variable WPDPACK in the makefile to the root
  of the WinPcap development package. You can also specify the
  variable as parameter on the make command line. Example:
  C:> make WPDPACK=c:/winpcap/wpdpack

  The program installs a RAM disk for HTTP and FTP. The disk is
  initialized with the file driveimg.bin. You can create your own
  RAM disk image with the tool ftpdrive.exe in the e-soft/exe
  directory.

  P.S.:  Don't blame on me when the program crashes or does no
         more respond on HTTP/FTP requests. The lwIP TCP/IP stack
         has still not reached a *very* stable state (v1.1.0).

  Dennis Kuschel, 2005-02-17
