Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Nmap Development: [PATCH] Remove super_scan() prototype and references in comments

[PATCH] Remove super_scan() prototype and references in comments

From: Kris Katterjohn <katterjohn_at_gmail.com>
Date: Sat, 16 Dec 2006 21:35:20 -0600

The attached patch removes the super_scan() prototype from scan_engine.h
and changes "super_scan" to "ultra_scan" in the header comments in
scan_engine.*

It's a diff against 4.21ALPHA1

Thanks,
Kris Katterjohn

--- x/scan_engine.cc 2006-11-19 03:35:31.000000000 -0600
+++ y/scan_engine.cc 2006-12-16 21:31:01.000000000 -0600
@@ -1,7 +1,7 @@
 
 /***************************************************************************
  * scanengine.cc -- Includes much of the "engine" functions for scanning, *
- * such as pos_scan and super_scan. It also includes dependant functions *
+ * such as pos_scan and ultra_scan. It also includes dependant functions *
  * such as those for collectiong SYN/connect scan responses. *
  * *
  ***********************IMPORTANT NMAP LICENSE TERMS************************

--- x/scan_engine.h 2006-08-24 20:47:59.000000000 -0500
+++ y/scan_engine.h 2006-12-16 21:31:23.000000000 -0600
@@ -1,7 +1,7 @@
 
 /***************************************************************************
  * scanengine.h -- Includes much of the "engine" functions for scanning, *
- * such as pos_scan and super_scan. It also includes dependant functions *
+ * such as pos_scan and ultra_scan. It also includes dependant functions *
  * such as those for collectiong SYN/connect scan responses. *
  * *
  ***********************IMPORTANT NMAP LICENSE TERMS************************
@@ -122,12 +122,6 @@ void pos_scan(Target *target, u16 *porta
 void bounce_scan(Target *target, u16 *portarray, int numports,
                  struct ftpinfo *ftp);
 
-/* Handles the scan types where no positive-acknowledgement of open
- port is received (those scans are in pos_scan). Super_scan
- includes scans such as FIN/XMAS/NULL/Maimon/UDP and IP Proto scans */
-void super_scan(Target *target, u16 *portarray, int numports,
- stype scantype);
-
 /* Determines an ideal number of hosts to be scanned (port scan, os
    scan, version detection, etc.) in parallel after the ping scan is
    completed. This is a balance between efficiency (more hosts in

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Received on Dec 16 2006

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]