pcap()loop()函数中参数设置的回调函数packet()handler(u()char*param,conststructpcap()pkthdr*header,constu()char*pkt()data)中第三个参数作用是:()


pcap()loop()函数中参数设置的回调函数packet()handler(u()char*param,conststructpcap()pkthdr*header,constu()char*pkt()data)中第三个参数作用是:()

A.指定一个打开的WinPcap会话,并在该会话中采集数据包。

B.表示接收到的数据包头。

C.在pcap()loop()函数中指定的参数user。

D.接收到的数据包内容。

正确答案:D