Port Scanner
Lightweight TCP port scanner for Linux
Loading...
Searching...
No Matches
include
types.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <vector>
4
#include <string>
5
6
#include <cstdint>
7
8
using
ipaddr_t
= std::string;
9
using
port_t
= uint16_t;
10
using
ports_t
= std::vector<port_t>;
ports_t
std::vector< port_t > ports_t
Vector of ports type.
Definition
types.hpp:10
port_t
uint16_t port_t
Port number type.
Definition
types.hpp:9
ipaddr_t
std::string ipaddr_t
IP address type.
Definition
types.hpp:8
Generated on Mon Sep 22 2025 06:30:53 for Port Scanner by
1.9.8