From b0420dd8d5defd4bb174c5aea0e0f7c757cc99c1 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 13 Jun 2009 05:13:47 +0000 Subject: [PATCH] fix typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 560404b00..49ceed829 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -179,7 +179,7 @@ o [NSE] Removed the packet.hextobin(str) and packet.bintohex(str) by calling bin.pack("H", str) and bin.unpack("H", str), respectively. [Patrick] -o [NSE[ Fixed the parsing of --script-args, which was only accepting +o [NSE] Fixed the parsing of --script-args, which was only accepting alphanumeric characters and underscores in values. Now a key, value, or array value may be a sequence of any characters except '{', '}', ',', '=', and all space characters. You may overcome this