pcap
Ruby 1.9.2 and pcap gem? Compiling error
I am having trouble installing the pcap gem with ruby 1.9.2... It works fine with 1.8.7. Anyone know whats going on?[详细]
2023-02-20 10:41 分类:问答How to write PCAP capture file header?
Without using libpcap I am trying to write a log file that adheres to the pcap file format (format). This file needs to be readable by WireShark. So far I\'ve written this in C++:[详细]
2023-02-15 19:24 分类:问答Does pcap_t *pcap_open_offline(const char *fname, char *errbuf) from libpcap read the whole pcap file into memory?
Does pcap_t *pcap_open_offline(const char *fname, char *errbuf) from libpcap read the who开发者_开发百科le pcap file into memory? If not so, I have to use tcpslice or similar tools to split pcap[详细]
2023-02-14 22:07 分类:问答Does recv remove packets from pcaps buffer?
Say there are two programs running on a computer (for the sake of simplification, the only user programs running on linu开发者_如何学Cx) one of which calls recv(), and one of which is using pcap to de[详细]
2023-02-13 19:02 分类:问答libpcap on OSX - trying to use statistical mode
I\'m trying to compile a C program that uses libpcap in statistical mode on OSX. The original code was written for Windows, using the winpcap library. The version of libpcap on my Mac has never heard[详细]
2023-02-12 08:29 分类:问答Ruby PCAP Reading a complete capture file
I am using Ruby to process some PCAP files. I need to read a complete file and analyze each pcaket. require \'pcap\'[详细]
2023-02-08 15:43 分类:问答How to detect from raw packet if it contains a HTTP Get or Post?
I have just started to do some network programming. I am using the pcap pcap.NETto get开发者_如何学编程 hold of network packets. My question is, can I extract from the \"payload\" part of the packet a[详细]
2023-02-08 02:56 分类:问答How to send/receive layer 2 frames on wlan
What I wanna do: Implement a layer 2 protocol in user-space. So I\'m using pcap under Linux 2.6.32 to sniff packets:[详细]
2023-02-07 19:40 分类:问答Measuring upload/download rates with libpcap
I\'m using libpcap (and winpcap on Windows) in a C application to monitor network traffic. I need to differentiate between upload and download traffic on each network adapter, to produce connection sp[详细]
2023-02-04 22:32 分类:问答Do the functions in libpcap and winpcap have identical names?
Do the 开发者_如何学JAVAfunctions in libpcap and winpcap have identical names? If not, what names are different, or are the majority of them different?[详细]
2023-02-03 08:21 分类:问答