mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
13 lines
314 B
Lua
13 lines
314 B
Lua
--
|
|
-- (C) 2013-25 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
require "lua_utils"
|
|
|
|
fname = "ndpi_application_protocols.txt"
|
|
|
|
sendHTTPContentTypeHeader('text/plain', 'attachment; filename="'..fname..'"')
|
|
interface.dumpnDPIProtocolId()
|