libpcap
How to use pcap_stats in libpcap?
I added the following function to the sniffex code (http://www.tcpdump.org/sniffex.c): typedef struct pcap_stat mystat;[详细]
2023-01-02 01:47 分类:问答Why packets injected with libpcap are duplicated?
I\'m using sharppcap in order to send packets as part of a monitoring system. Usually it works well but I\'ve encountered the strangest bug on a hosted vista machine and I would like your help.[详细]
2022-12-29 23:23 分类:问答help installing libpcap on cygwin
i was trying to install libpcap under cygwin on windows 7 but i had this error: $ ./configure . . . . . configure: error: see the INSTALL 开发者_开发问答for more info[详细]
2022-12-22 16:52 分类:问答Is there any way to put Android WIFI (droid handset) into promiscuous monitoring mode?
For a Computer Science Information Warfare class a few years ago I wrote a python script that ran on libpcap promiscuous packet capture files to parse out facebook chat traffic (earlang tuples passed[详细]
2022-12-21 18:29 分类:问答libpcap IP Packet Reassembly [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-18 21:20 分类:问答Which Packet Capture Format is better?
I am writing an application to save the captured IP packets to file. Which of the following packet capture format is better suited for use as the file format? Click on the link for more information on[详细]
2022-12-15 23:38 分类:问答libpcap : No Wireless Devices detected
I want to capture packets going out of my machine, and I\'m using libpcap (version 1.0.0-1)开发者_运维知识库 for the same. The problem is, that a basic program like this -[详细]
2022-12-08 17:48 分类:问答