mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
add author name to Patrik's IPP library
This commit is contained in:
parent
079e4c4c6a
commit
755e7cdfb3
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ _ENV = stdnse.module("ipp", stdnse.seeall)
|
|||
--
|
||||
-- A small CUPS ipp (Internet Printing Protocol) library implementation
|
||||
--
|
||||
-- @author Patrik Karlsson
|
||||
--
|
||||
|
||||
-- The IPP layer
|
||||
|
|
@ -437,4 +438,4 @@ Helper = {
|
|||
end,
|
||||
}
|
||||
|
||||
return _ENV;
|
||||
return _ENV;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue