|
Nmap Development
mailing list archives
[PATCH] Remove some unused symbols from nmap.h
From: Kris Katterjohn <kjak () ispwest com>
Date: Sat, 30 Sep 2006 10:57:04 -0500
The attached patch removes some unused symbols from nmap.h
It's a diff against 4.20ALPHA7
Thanks,
Kris Katterjohn
--- x/nmap.h 2006-08-24 20:47:58.000000000 -0500
+++ y/nmap.h 2006-09-30 10:54:30.000000000 -0500
@@ -438,26 +438,15 @@ void *realloc();
/* print Interactive usage information */
void printinteractiveusage();
-int check_ident_port(struct in_addr target);
-
int ftp_anon_connect(struct ftpinfo *ftp);
/* port manipulators */
-void getprobepts(char *expr);
struct scan_lists *getpts(char *expr); /* someone stole the name getports()! */
void free_scan_lists(struct scan_lists *ports);
-int getidentinfoz(struct in_addr target, u16 localport, u16 remoteport,
- char *owner, int ownersz);
/* socket manipulation functions */
void init_socket(int sd);
-/* RAW packet building/dissasembling stuff */
-int isup(struct in_addr target);
-int listen_icmp(int icmpsock, unsigned short outports[],
- unsigned short numtries[], int *num_out,
- struct in_addr target, PortList *ports);
-
/* Renamed main so that interactive mode could preprocess when neccessary */
int nmap_main(int argc, char *argv[]);
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
By Date
By Thread
Current thread:
- [PATCH] Remove some unused symbols from nmap.h Kris Katterjohn (Sep 30)
|