mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
IPv6 idle scan patch by Mathias Morbitzer.
http://seclists.org/nmap-dev/2013/q3/549
This commit is contained in:
@@ -187,8 +187,11 @@ typedef enum OFProbeType {
|
||||
void os_scan2(std::vector<Target *> &Targets);
|
||||
|
||||
int get_initial_ttl_guess(u8 ttl);
|
||||
int get_ipid_sequence(int numSamples, int *ipids, int islocalhost);
|
||||
|
||||
int identify_sequence(int numSamples, u32 *ipid_diffs, int islocalhost, int allipideqz);
|
||||
int get_diffs(u32 *ipid_diffs, int numSamples, int *ipids, int islocalhost);
|
||||
int get_ipid_sequence_16(int numSamples, int *ipids, int islocalhost);
|
||||
int get_ipid_sequence_32(int numSamples, int *ipids, int islocalhost);
|
||||
|
||||
/******************************************************************************
|
||||
* CLASS DEFINITIONS *
|
||||
|
||||
Reference in New Issue
Block a user