mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Add necessary NSEdoc to knx.lua
This commit is contained in:
parent
a5ad8c15c8
commit
494ce5e247
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue