|
Port Scanner
Lightweight TCP port scanner for Linux
|
#include <string>#include <vector>#include <cstdint>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file: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. | |