tracedump
single application IP packet sniffer
Data Fields

port Struct Reference

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

Detailed Description

Represents a monitored port.

Definition at line 93 of file tracedump.h.


Field Documentation

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().

socknum seen on last procfs read

Definition at line 96 of file tracedump.h.

Referenced by port_add().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Defines