ruby-pcap
ruby-pcap copied to clipboard
Ruby interface to LBL Packet Capture library.
When trying to capture packets from a wireless NIC in monitor mode I get this error `capture/ip.rb:20:in 'each_packet': Unknown data-link type (127) (Pcap::PcapError)` Network configurations: ``` % ifconfig wlp3s0 wlp3s0:...
fixed character corruption problem. thanks.
hi, I was using this gem for parsing and filtering pcap, then I came across a problem: ``` ruby header = ::Pcap::Capture.open_dead(parser.datalink, parser.snaplen) dumper = ::Pcap::Dumper.open(header, new_file) #do some thing...
In this example, test.pcap is a 10-packet capture generated by tcpdump. If you'd like to see the pcap file, I'd be happy to attach it but this seems like a...