1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

update verbosity/debugging - patch by Kris Katterjohn

This commit is contained in:
fyodor
2006-09-26 07:49:08 +00:00
parent c0d910d08b
commit 1515343a7d
4 changed files with 63 additions and 59 deletions

View File

@@ -198,16 +198,6 @@ enum {
NO_PROTPORT
};
/* verbosity options */
enum {
QUIET_VERBOSE,
V1_VERBOSE,
V2_VERBOSE,
D1_VERBOSE,
D2_VERBOSE,
NO_VERBOSE
};
/* output format options */
enum {
NORMAL_OUTPUT,
@@ -291,9 +281,11 @@ struct NmapFEoptions {
/* DNS options */
GtkWidget *resolveType;
guint resolveValue;
/* verbosity options */
GtkWidget *verboseType;
guint verboseValue;
/* verbosity/debugging options */
GtkWidget *verbose;
GtkWidget *verboseValue;
GtkWidget *debug;
GtkWidget *debugValue;
/* source options */
GtkWidget *useSourceDevice;
GtkWidget *SourceDevice;