目录
当前位置: 首页 > 文档资料 > WinPcap 中文手册 >

WinPcap: Flags defined in the pcap_open() function

优质
小牛编辑
126浏览
2023-12-01

Defines

#definePCAP_OPENFLAG_PROMISCUOUS1
Defines if the adapter has to go in promiscuous mode.
#definePCAP_OPENFLAG_DATATX_UDP2
Defines if the data trasfer (in case of a remote capture) has to be done with UDP protocol.
#definePCAP_OPENFLAG_NOCAPTURE_RPCAP4
Defines if the remote probe will capture its own generated traffic.
#definePCAP_OPENFLAG_NOCAPTURE_LOCAL8
Defines if the local adapter will capture its own generated traffic.
#definePCAP_OPENFLAG_MAX_RESPONSIVENESS16
This flag configures the adapter for maximum responsiveness.