好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



rpcap_startcapreq Struct Reference
[Internal Structures and Definitions]

Format of the message that starts a remote capture (startcap command). More...

#include <pcap-remote.h>

Data Fields

uint32 snaplen
 Length of the snapshot (number of bytes to capture for each packet).
uint32 read_timeout
 Read timeout in milliseconds.
uint16 flags
 Flags (see RPCAP_STARTCAPREQ_FLAG_xxx).
uint16 portdata
 Network port on which the client is waiting at (if 'serveropen').

Detailed Description

Format of the message that starts a remote capture (startcap command).

Definition at line 195 of file pcap-remote.h.


Field Documentation

Flags (see RPCAP_STARTCAPREQ_FLAG_xxx).

Definition at line 199 of file pcap-remote.h.

Network port on which the client is waiting at (if 'serveropen').

Definition at line 200 of file pcap-remote.h.

Read timeout in milliseconds.

Definition at line 198 of file pcap-remote.h.

Length of the snapshot (number of bytes to capture for each packet).

Definition at line 197 of file pcap-remote.h.


The documentation for this struct was generated from the following file: