com.wjholden.nmap
Interface NmapConstants

All Known Implementing Classes:
NmapError, NmapInstall, NmapMain, NmapScan, NmapSurvey, NmapUtilities

public interface NmapConstants

All the global constants should go here for simplified access.

Since:
0.4
Version:
0.4.1
Author:
William John Holden (wjholden@gmail.com)

Field Summary
static int BUFFER_SIZE
          Android keeps bitching about not explicitly saying you want an 8k-char buffer so...here.
static int FORCE_RESTART
           
static int INSTALL_ERROR
          Indicates generic installation error
static java.lang.String[] INSTALL_FILENAMES
          List of filenames corresponding to those resources made available in requiredResources[].
static int INSTALL_GOOD
          Indicates successful installation (or successfully verified)
static int INSTALL_NO_ROOT
          Tells handler there is no root access on this handset
static int[] INSTALL_RESOURCES
          The name is somewhat misleading now, but these are a few files that should be installed during this process.
static int MG_DEBUG
           
static int MG_DEFAULT
           
static int MI_DEBUG_EMAIL
          Button to e-mail debugging info to developer
static int MI_DEBUG_ENABLE
          Button to enable/disable debugging
static int MI_EXIT
           
static int MI_MORE_HELP
          Button that opens Nmap manpage
static int MI_REINSTALL
          Button that initiates VerifyInstallation method manually
static int MI_SURVEY
          Button that shows the survey, collecting information at nmap.wjholden.com.
static int RUN_COMPLETE
          Tells the handler the scan has completed
static int RUN_ERROR
          Tells the handler an error occurred
static int RUN_LINE
          Tells the handler that your Message object contains one line of output
static int SCANTYPE_NCAT
           
static int SCANTYPE_NDIFF
           
static int SCANTYPE_NMAP
           
static int SCANTYPE_NPING
           
static java.lang.String TAG
          This tag is used by Logcat to print app name.
static int THREAD_ERROR
           
 

Field Detail

BUFFER_SIZE

static final int BUFFER_SIZE
Android keeps bitching about not explicitly saying you want an 8k-char buffer so...here.

See Also:
Constant Field Values

FORCE_RESTART

static final int FORCE_RESTART
See Also:
Constant Field Values

INSTALL_ERROR

static final int INSTALL_ERROR
Indicates generic installation error

See Also:
Constant Field Values

INSTALL_FILENAMES

static final java.lang.String[] INSTALL_FILENAMES
List of filenames corresponding to those resources made available in requiredResources[].


INSTALL_GOOD

static final int INSTALL_GOOD
Indicates successful installation (or successfully verified)

See Also:
Constant Field Values

INSTALL_NO_ROOT

static final int INSTALL_NO_ROOT
Tells handler there is no root access on this handset

See Also:
Constant Field Values

INSTALL_RESOURCES

static final int[] INSTALL_RESOURCES
The name is somewhat misleading now, but these are a few files that should be installed during this process. The list is not all-inclusive (not R.raw.nmap absent) because some files are so large they had to be split, therefore they couldn't be installed in this neat interative process.


MG_DEBUG

static final int MG_DEBUG

MG_DEFAULT

static final int MG_DEFAULT

MI_DEBUG_EMAIL

static final int MI_DEBUG_EMAIL
Button to e-mail debugging info to developer


MI_DEBUG_ENABLE

static final int MI_DEBUG_ENABLE
Button to enable/disable debugging


MI_EXIT

static final int MI_EXIT

MI_MORE_HELP

static final int MI_MORE_HELP
Button that opens Nmap manpage


MI_REINSTALL

static final int MI_REINSTALL
Button that initiates VerifyInstallation method manually


MI_SURVEY

static final int MI_SURVEY
Button that shows the survey, collecting information at nmap.wjholden.com.


RUN_COMPLETE

static final int RUN_COMPLETE
Tells the handler the scan has completed

See Also:
Constant Field Values

RUN_ERROR

static final int RUN_ERROR
Tells the handler an error occurred

See Also:
Constant Field Values

RUN_LINE

static final int RUN_LINE
Tells the handler that your Message object contains one line of output

See Also:
Constant Field Values

SCANTYPE_NCAT

static final int SCANTYPE_NCAT
See Also:
Constant Field Values

SCANTYPE_NDIFF

static final int SCANTYPE_NDIFF
See Also:
Constant Field Values

SCANTYPE_NMAP

static final int SCANTYPE_NMAP
See Also:
Constant Field Values

SCANTYPE_NPING

static final int SCANTYPE_NPING
See Also:
Constant Field Values

TAG

static final java.lang.String TAG
This tag is used by Logcat to print app name.

See Also:
Constant Field Values

THREAD_ERROR

static final int THREAD_ERROR
See Also:
Constant Field Values