mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Move typedef to the header file
This commit is contained in:
parent
89d1f3b8d3
commit
68911fc5ad
2 changed files with 10 additions and 11 deletions
11
osscan2.cc
11
osscan2.cc
|
|
@ -156,17 +156,6 @@ class OsScanInfo;
|
|||
os_scan_performance_vars_t perf;
|
||||
|
||||
|
||||
|
||||
typedef enum OFProbeType {
|
||||
OFP_UNSET,
|
||||
OFP_TSEQ,
|
||||
OFP_TOPS,
|
||||
OFP_TECN,
|
||||
OFP_T1_7,
|
||||
OFP_TICMP,
|
||||
OFP_TUDP
|
||||
} OFProbeType;
|
||||
|
||||
class OFProbe
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
10
osscan2.h
10
osscan2.h
|
|
@ -173,6 +173,16 @@ typedef struct osscan_timing_vals {
|
|||
} osscan_timing_vals_t;
|
||||
|
||||
|
||||
typedef enum OFProbeType {
|
||||
OFP_UNSET,
|
||||
OFP_TSEQ,
|
||||
OFP_TOPS,
|
||||
OFP_TECN,
|
||||
OFP_T1_7,
|
||||
OFP_TICMP,
|
||||
OFP_TUDP
|
||||
} OFProbeType;
|
||||
|
||||
/******************************************************************************
|
||||
* FUNCTION PROTOTYPES *
|
||||
******************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue