pcap
Decoding G.729 using FFMPEG from RTP stream (PCAP)
I have pcap file that contains RTP data which in turn is audio for G.729 codec. Is there 开发者_StackOverflow社区a way to decode this stream by pushing it into FFMPEG? This would probably mean I have[详细]
2023-04-12 05:10 分类:问答pcap - streaming and receiving udp in the same computer
To explain what I would like to get, here\'s an example. Let\'s say, we have a PC with one NIC. It has single IP address 172.16.0.1.[详细]
2023-04-11 05:13 分类:问答Could someone explain these code snippets? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-08 04:18 分类:问答IPv6 samples Wireshark Samples [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Sample data for IPv6? Apart from what wireshark has at its website, is there a good res开发者_JAVA技巧ource[详细]
2023-04-06 22:35 分类:问答struct pcap_pkthdr len always == zero
Without copying all of the source in here, I am hitting a pcap_callback function from pcap_dispatch. The caplen seems to show the correct length (being that it is always something) but the len always[详细]
2023-04-06 13:09 分类:问答Confused by libcap (pcap) and wireless
Background: I\'m teaching myself about packet sniffing. I run a very simple server in one shell, telnet to it from another, then try different methods to sniff on traffic. When I use raw sockets (IPPR[详细]
2023-04-03 11:57 分类:问答C - Writing structs to a file (.pcap)
I am trying to write a .pcap file, which is something that can be used in Wireshark. In order to do that, I have a couple of structs with various data types I need to write to a file. (see code)[详细]
2023-04-02 07:30 分类:问答reassemble pcap traces to recover HTTP level data
I have tcpdump traces from which I want to recover reassemble HTTP requests and responses. Is there a g开发者_如何学运维ood tool to do that. Python preferred but willing to write a wrapper if python s[详细]
2023-03-31 06:45 分类:问答Strange compiler message when using GetProcAddress() in windows.h
I\'m developing a simple packet sender/receiver for some purpose (in Dev c++)..wanna add more features to it. But I\'m stuck at a point where I\'m getting a strange error \"Too many arguments to funct[详细]
2023-03-30 17:27 分类:问答Capture TCP-Packets with Python
I try to capture an HTTP-download with Python using dpkt and pcap. The code looks like ... pc = pcap.pcap(iface)[详细]
2023-03-29 18:53 分类:问答