tracedump
single application IP packet sniffer
|
Represents a monitored port. More...
#include <tracedump.h>
Data Fields | |
struct timeval | since |
time when it was first seen | |
bool | local |
local port if true, remote port otherwise | |
int | socknum |
socknum seen on last procfs read |
Represents a monitored port.
Definition at line 93 of file tracedump.h.
bool port::local |
local port if true, remote port otherwise
Definition at line 95 of file tracedump.h.
Referenced by gencode_check_ports(), and port_add().
struct timeval port::since |
time when it was first seen
Definition at line 94 of file tracedump.h.
Referenced by gc_thread(), and port_add().
int port::socknum |
socknum seen on last procfs read
Definition at line 96 of file tracedump.h.
Referenced by port_add().