I have some pcap files I want to count the number of tcp retransmissions on a pe开发者_高级运维r-flow basis.Does anyone knows of a python module I could leverage for this?I don\'t know of something th
I\'m trying to parse a previously-captured trace for HTTP headers using the dpkt module: import dpkt import sys
I am trying to convert hping3 to hping6. hping3 uses Pcap library to receive IPv4 packets. But开发者_开发问答 I need to receive IPv6 packets.That is possible. libpcap is able to catch anything on the
Has anyone been able to successfull开发者_C百科y use a pcap library for Ruby 1.9.2 (via rvm) on Mac OS X 10.6?
I am building a sniffer with Qt as GUI, pcap as capture library and QtCreator as GUI under Ubuntu 10.04.
I wonder if there is a way in wireshark to reconstruct a complete TCP Session (HTML page(s)) if we have wireshark pcaps, can wireshark do the reconstruction? or is there any tool around that can do th
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting a开发者_运维问答ns
I have captured three different 开发者_如何学Cstream as pcap file with meta datas. How can I stream back to RTP/RTCP stream?If I understand correctly, you have the pcaps, but you want to get the RTP f
FireSheep is able to use pcap in promiscuous mode to listen to other computers on the network.But promiscous mode requires root privileges, or at least access to /dev/bpf* on *nix machines.How is this
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.