~ubuntu-branches/ubuntu/wily/ntopng/wily

« back to all changes in this revision

Viewing changes to scripts/lua/get_flow_data.lua

  • Committer: Package Import Robot
  • Author(s): Ludovico Cavedon
  • Date: 2014-09-09 21:57:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140909215704-60u1nw60de4zpbrn
Tags: 1.2.1+dfsg1-1
* Imported Upstream version 1.2.1+dfsg1 (Closes: #760990, CVE-2014-5464,
  CVE-2014-5511, CVE-2014-5512, CVE-2014-5513, CVE-2014-5514,
  CVE-2014-5515).
* Remove patches merged upstream: build-flags.patch, libndpi-external.patch,
  manpage.patch, no-svn.patch, path-defaults.patch, remove-libs.patch, and
  rickshaw.patch.
* Add no-librt.patch to avoid not needed linking against librt.
* Fix typos in copyright and removed stanzas for removed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
require "flow_utils"
10
10
 
11
11
 
12
 
sendHTTPHeader('text/html')
 
12
sendHTTPHeader('text/html; charset=iso-8859-1')
13
13
local debug = debug_flow_data
14
14
 
15
15