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

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



rpcap_filter Struct Reference
[Internal Structures and Definitions]

General header used for the pcap_setfilter() command; keeps just the number of BPF instructions. More...

#include <pcap-remote.h>

Data Fields

uint16 filtertype
 type of the filter transferred (BPF instructions, ...)
uint16 dummy
 Must be zero.
uint32 nitems
 Number of items contained into the filter (e.g. BPF instructions for BPF filters).

Detailed Description

General header used for the pcap_setfilter() command; keeps just the number of BPF instructions.

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


Field Documentation

Must be zero.

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

type of the filter transferred (BPF instructions, ...)

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

Number of items contained into the filter (e.g. BPF instructions for BPF filters).

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


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