You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
530 B
Lua
23 lines
530 B
Lua
package = "lua-zmq-wireshark"
|
|
version = "scm-0"
|
|
source = {
|
|
url = "git://github.com/Neopallium/lua-zmq.git",
|
|
}
|
|
description = {
|
|
summary = "Lua Wireshark dissector for the ZeroMQ protocol.",
|
|
homepage = "http://github.com/Neopallium/lua-zmq",
|
|
-- Wireshark requires dissectors to be licensed under the GPL.
|
|
license = "GPL",
|
|
}
|
|
dependencies = {}
|
|
build = {
|
|
type = "none",
|
|
install = {
|
|
lua = {
|
|
['zmq.ws.dissector'] = "ws/dissector.lua",
|
|
['zmq.ws.tap'] = "ws/tap.lua",
|
|
['zmq.ws.stats_tap'] = "ws/stats_tap.lua",
|
|
},
|
|
},
|
|
}
|