Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

Exported Structures and Definitions
[Remote Capture]


Modules

Identifiers related to the new source syntax
Strings related to the new source syntax
Flags defined in the pcap_open() function
Sampling methods defined in the pcap_setsampling() function
Authentication methods supported by the RPCAP protocol

Data Structures

struct  pcap_rmtauth
 This structure keeps the information needed to autheticate the user on a remote machine. More...

struct  pcap_samp
 This structure defines the information related to sampling. More...


Defines

#define PCAP_BUF_SIZE   1024
 Defines the maximum buffer size in which address, port, interface names are kept.

#define RPCAP_HOSTLIST_SIZE   1024
 Maximum lenght of an host name (needed for the RPCAP active mode).


Detailed Description


Define Documentation

#define PCAP_BUF_SIZE   1024
 

Defines the maximum buffer size in which address, port, interface names are kept.

In case the adapter name or such is larger than this value, it is truncated. This is not used by the user; however it must be aware that an hostname / interface name longer than this value will be truncated.

Definition at line 73 of file remote-ext.h.

Referenced by daemon_serviceloop(), daemon_startcapture(), pcap_findalldevs_ex(), pcap_open(), pcap_open_live(), pcap_opensource_remote(), pcap_parsesrcstr(), and pcap_startcapture_remote().

#define RPCAP_HOSTLIST_SIZE   1024
 

Maximum lenght of an host name (needed for the RPCAP active mode).

Definition at line 384 of file remote-ext.h.

Referenced by pcap_remoteact_list().


documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.