From ec8e9e2c791397c0c07639ef627b6f8bd63f3869 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 18 Jun 2010 08:01:36 +0000 Subject: [PATCH] Add a task about syncing the latest iana port assignment file with nmap-services-all --- todo/nmap.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 51700f911..b4ad190ee 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -43,6 +43,14 @@ o [NSE] Consider using .idl files rather than manually coding all the application in nmap-private-dev which converts .idl files to LUA code for nmap/nselib. Consider adapting the pidl utility from Samba. +o The latest IANA services file + (http://www.iana.org/assignments/port-numbers) has many identified + services which are still "unknown" in our files because ours is + based on a much older version of that file. We should probably take + that file and add names and comments to our nmap-services-all where + they are "unknown" in our file. An example of such a port is 3872, + oem-agent. + o Investigate why and whether we need mswin32/pcap-include/pcap-int.h. This file is not included in the official WinPcap 4.1.1 developers' pack