1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

[NSE] Added UDP header parsing support to packet.lua.

This commit is contained in:
jah
2010-04-10 00:22:03 +00:00
parent 4554312eb6
commit d7092b8a9d

View File

@@ -1,5 +1,7 @@
# Nmap Changelog ($Id$); -*-text-*-
o [NSE] Added UDP header parsing support to packet.lua. [jah]
o [NSE] Correct global access errors in afp.lua reported by Patrick Donnelly
[Patrik]