1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add necessary NSEdoc to knx.lua

This commit is contained in:
dmiller
2018-09-08 17:07:02 +00:00
parent a5ad8c15c8
commit 494ce5e247

View File

@@ -1,5 +1,9 @@
--- Functions for communicating with Konnex (KNX) devices
--
-- @author Niklaus Schiess, Dominik Schneider
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
-- @class module
-- @name knx
local ipOps = require "ipOps"
local string = require "string"