Port Scanner
Lightweight TCP port scanner for Linux
|
#include <vector>
#include <string>
#include <cstdint>
Go to the source code of this file.
Typedefs | |
using | ipaddr_t = std::string |
IP address type. | |
using | port_t = uint16_t |
Port number type. | |
using | ports_t = std::vector< port_t > |
Vector of ports type. | |