tracedump
single application IP packet sniffer
Data Fields

sock Struct Reference

Represents a socket. More...

#include <tracedump.h>

Data Fields

struct tracedumptd
 path to the root data structure
int socknum
 socket number
int type
 socket type, ie.
unsigned long port
 if TCP or UDP: port number

Detailed Description

Represents a socket.

Definition at line 85 of file tracedump.h.


Field Documentation

unsigned long sock::port

if TCP or UDP: port number

Definition at line 89 of file tracedump.h.

Referenced by handle_socket(), and port_add().

socket number

Definition at line 87 of file tracedump.h.

Referenced by handle_socket(), and port_add().

path to the root data structure

Definition at line 86 of file tracedump.h.

Referenced by handle_socket(), and port_add().

socket type, ie.

SOCK_STREAM or SOCK_DGRAM

Definition at line 88 of file tracedump.h.

Referenced by handle_socket(), and port_add().


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