streamsniff v0.05

Detects:
  - MMS
  - RTSP
  - ICY 
  - HTTP (with Content-Type: audio.. , video.. , wms-hdr, x-flv, x-shockwave-flash)
  - HTTP having payload starting with FLV (with any Content-Type)

Tested (v0.04):
  - Linux on Intel 32 bit, kernel 2.6
Tested (v0.03):
  - Linux on intel/amd, kernel 2.6 (2.4 should work)
  - Windows XP, SP2 required

Linux installation:
  ./install.sh 
  
Windows installation:
  1) install MinGW (http://www.mingw.org/download.shtml, MinGW-4.1.1.exe) 
  2) install.bat
  Or download the executable
  
Run as root:
  streamsniff
  streamsniff -d "local ip adress"
  streamsniff -d "local ip adress" --stderr > dump.txt

  -d            local ip address to bind to, required on windows
  --stderr      dump to stdout AND stderr (use when stdout is
                redirected to file)


Dump all HTTP requests:
 set uint dump_http = 1 in protocols/http.c
