#include <fstream>
#include "inet_ntop.h"
#include "intrusive_list.h"
Go to the source code of this file.
◆ PORT_FTP_CONTROL
#define PORT_FTP_CONTROL 21 |
◆ PORT_FTP_DATA
◆ PORT_HTTP
◆ PORT_HTTP_ALT_0
#define PORT_HTTP_ALT_0 8080 |
◆ PORT_HTTP_ALT_1
#define PORT_HTTP_ALT_1 8000 |
◆ PORT_HTTP_ALT_2
#define PORT_HTTP_ALT_2 8888 |
◆ PORT_HTTP_ALT_3
#define PORT_HTTP_ALT_3 81 |
◆ PORT_HTTP_ALT_4
#define PORT_HTTP_ALT_4 82 |
◆ PORT_HTTP_ALT_5
#define PORT_HTTP_ALT_5 8090 |
◆ PORT_HTTPS
◆ PORT_SSH
◆ in_addr_t
On windows, there is no in_addr_t; this is from /usr/include/netinet/in.h
Definition at line 12 of file tcpip.h.
◆ sa_family_t
◆ operator<()
bool operator< |
( |
const struct timeval & |
a, |
|
|
const struct timeval & |
b |
|
) |
| |
|
inline |
◆ operator<<() [1/3]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const flow_addr & |
f |
|
) |
| |
|
inline |
◆ operator<<() [2/3]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const ipaddr_prn & |
b |
|
) |
| |
|
inline |
◆ operator<<() [3/3]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const tcpip & |
f |
|
) |
| |
|
inline |
Definition at line 341 of file tcpip.h.
References tcpip::dir, tcpip::fd, tcpip::file_created, tcpip::fin_count, tcpip::fin_size, tcpip::isn, tcpip::last_byte, tcpip::last_packet_number, tcpip::myflow, tcpip::nsn, tcpip::out_of_order_count, tcpip::pos, and tcpip::syn_count.
◆ operator==()
bool operator== |
( |
const struct timeval & |
a, |
|
|
const struct timeval & |
b |
|
) |
| |
|
inline |