mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 01:49:03 +00:00
This commit is contained in:
@@ -135,7 +135,6 @@
|
||||
#include "nsock.h"
|
||||
#include "EchoHeader.h"
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
/* SERVER STATE MACHINE */
|
||||
/* _ */
|
||||
@@ -204,7 +203,7 @@ class NEPContext {
|
||||
u8 client_nonce[NONCE_LEN];
|
||||
bool server_nonce_set;
|
||||
bool client_nonce_set;
|
||||
vector<fspec_t> fspecs;
|
||||
std::vector<fspec_t> fspecs;
|
||||
struct sockaddr_storage clnt_addr;
|
||||
|
||||
u8 *generateKey(int key_type, size_t *final_len);
|
||||
|
||||
Reference in New Issue
Block a user