From e97449e0625bd65564e41d72efa0b8295fa947f8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 2 Jul 2012 08:32:51 +0000 Subject: [PATCH] define IPP --- nselib/ipp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/ipp.lua b/nselib/ipp.lua index 047880a78..58c38a38f 100644 --- a/nselib/ipp.lua +++ b/nselib/ipp.lua @@ -10,7 +10,7 @@ _ENV = stdnse.module("ipp", stdnse.seeall) --- -- --- A small CUPS ipp library implementation +-- A small CUPS ipp (Internet Printing Protocol) library implementation -- --