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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user